3
0

Normalize patches

This commit is contained in:
Prototik
2015-06-08 23:18:24 +07:00
parent 75eb280f0e
commit 33633471ca
26 changed files with 36 additions and 36 deletions

View File

@ -912,8 +912,8 @@
}
+ public int getMaxVisiblePlayers() {
+ int max = mcServer.cauldronConfig.maxPlayersVisible.getValue();
+ return max > 0 ? max : maxPlayers;
+ int max = mcServer.cauldronConfig.maxPlayersVisible.getValue();
+ return max > 0 ? max : maxPlayers;
+ }
+
public String[] getAvailablePlayerDat()