Server build fix
This commit is contained in:
@@ -20,7 +20,6 @@ import io.anuke.mindustry.net.Packets.KickReason;
|
|||||||
import io.anuke.mindustry.net.TraceInfo;
|
import io.anuke.mindustry.net.TraceInfo;
|
||||||
import io.anuke.mindustry.type.Item;
|
import io.anuke.mindustry.type.Item;
|
||||||
import io.anuke.mindustry.type.ItemType;
|
import io.anuke.mindustry.type.ItemType;
|
||||||
import io.anuke.mindustry.ui.fragments.DebugFragment;
|
|
||||||
import io.anuke.mindustry.world.Tile;
|
import io.anuke.mindustry.world.Tile;
|
||||||
import io.anuke.ucore.core.*;
|
import io.anuke.ucore.core.*;
|
||||||
import io.anuke.ucore.modules.Module;
|
import io.anuke.ucore.modules.Module;
|
||||||
@@ -645,10 +644,6 @@ public class ServerControl extends Module{
|
|||||||
Events.fire(new GameOverEvent());
|
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 -> {
|
handler.register("traceblock", "<x> <y>", "Prints debug info about a block", arg -> {
|
||||||
try{
|
try{
|
||||||
int x = Integer.parseInt(arg[0]);
|
int x = Integer.parseInt(arg[0]);
|
||||||
|
|||||||
Reference in New Issue
Block a user