mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 07:47:25 +07:00
JS console / Scripting tweaks
This commit is contained in:
@ -33,7 +33,9 @@ public class MindustryServer implements ApplicationListener{
|
||||
|
||||
Vars.loadSettings();
|
||||
Vars.init();
|
||||
content.createContent();
|
||||
content.createBaseContent();
|
||||
mods.loadScripts();
|
||||
content.createModContent();
|
||||
content.init();
|
||||
|
||||
Core.app.addListener(logic = new Logic());
|
||||
|
Reference in New Issue
Block a user