mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-17 14:51:15 -08:00
Server build fix
This commit is contained in:
parent
2ae65acc28
commit
7b4e6128ce
1 changed files with 0 additions and 5 deletions
|
|
@ -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]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue