More commands added to server, new logging
This commit is contained in:
@@ -3,8 +3,8 @@ package io.anuke.mindustry;
|
||||
import io.anuke.mindustry.core.*;
|
||||
import io.anuke.mindustry.io.BlockLoader;
|
||||
import io.anuke.mindustry.io.BundleLoader;
|
||||
import io.anuke.ucore.core.Inputs;
|
||||
import io.anuke.ucore.modules.ModuleCore;
|
||||
import io.anuke.ucore.util.Log;
|
||||
|
||||
import static io.anuke.mindustry.Vars.*;
|
||||
|
||||
@@ -12,6 +12,7 @@ public class Mindustry extends ModuleCore {
|
||||
|
||||
@Override
|
||||
public void init(){
|
||||
Log.setUseColors(false);
|
||||
BundleLoader.load();
|
||||
BlockLoader.load();
|
||||
|
||||
@@ -24,11 +25,4 @@ public class Mindustry extends ModuleCore {
|
||||
module(netClient = new NetClient());
|
||||
module(netCommon = new NetCommon());
|
||||
}
|
||||
|
||||
//hack
|
||||
@Override
|
||||
public void render() {
|
||||
super.render();
|
||||
Inputs.update();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user