New sector dialog done

This commit is contained in:
Anuken
2018-11-04 00:08:06 -04:00
parent 76a6a0cf75
commit 19d34779a0
12 changed files with 1045 additions and 972 deletions

View File

@@ -306,6 +306,7 @@ public class ServerControl extends Module{
}
info(" &ly{0} FPS.", (int) (60f / Timers.delta()));
info(" &ly{0} MB used.", Gdx.app.getJavaHeap() / 1024 / 1024);
if(playerGroup.size() > 0){
info(" &lyPlayers: {0}", playerGroup.size());