Added 'block info' tool, fixed sorter corruptions

This commit is contained in:
Anuken
2018-02-03 21:49:43 -05:00
parent da22f8fbce
commit 1c9395ed43
13 changed files with 102 additions and 77 deletions

View File

@@ -164,6 +164,7 @@ public class ServerControl extends Module {
}else{
info("&lyNo players connected.");
}
info("&lbFPS: {0}", Gdx.graphics.getFramesPerSecond());
}
});