diff --git a/core/src/mindustry/mod/Mods.java b/core/src/mindustry/mod/Mods.java index f4b175f423..d3bda2a127 100644 --- a/core/src/mindustry/mod/Mods.java +++ b/core/src/mindustry/mod/Mods.java @@ -1023,8 +1023,6 @@ public class Mods implements Loadable{ public Seq dependencies = new Seq<>(); /** All missing dependencies of this mod as strings. */ public Seq missingDependencies = new Seq<>(); - /** Script files to run. */ - public Seq scripts = new Seq<>(); /** Content with initialization code. */ public ObjectSet erroredContent = new ObjectSet<>(); /** Current state of this mod. */