Added conveyor autotiling / Fixed autotile update bug

This commit is contained in:
Anuken
2018-07-15 22:33:14 -04:00
parent 6a7ff13859
commit d552f37daf
54 changed files with 556 additions and 280 deletions

View File

@@ -131,6 +131,7 @@ public class ServerControl extends Module{
handler.register("version", "Displays server version info.", arg -> {
info("&lmVersion: &lyMindustry {0} {1} / {2}", Version.code, Version.type, Version.buildName);
info("&lmJava Version: &ly{0}", System.getProperty("java.version"));
});
handler.register("exit", "Exit the server application.", arg -> {