Server build fix

This commit is contained in:
Anuken 2018-09-12 11:01:20 -04:00
parent 2ae65acc28
commit 7b4e6128ce

View file

@ -20,7 +20,6 @@ import io.anuke.mindustry.net.Packets.KickReason;
import io.anuke.mindustry.net.TraceInfo;
import io.anuke.mindustry.type.Item;
import io.anuke.mindustry.type.ItemType;
import io.anuke.mindustry.ui.fragments.DebugFragment;
import io.anuke.mindustry.world.Tile;
import io.anuke.ucore.core.*;
import io.anuke.ucore.modules.Module;
@ -645,10 +644,6 @@ public class ServerControl extends Module{
Events.fire(new GameOverEvent());
});
handler.register("debuginfo", "Print debug info", arg -> {
info(DebugFragment.debugInfo());
});
handler.register("traceblock", "<x> <y>", "Prints debug info about a block", arg -> {
try{
int x = Integer.parseInt(arg[0]);