Move unfreeze and unmute tasks to TFM_PlayerData. Resolves #352

Mass format & cleanup
This commit is contained in:
JeromSar
2014-11-20 23:20:31 +01:00
parent 9970277134
commit c7a0604afc
18 changed files with 182 additions and 131 deletions

View File

@ -136,7 +136,6 @@ public class TFM_ServerInterface
}
// Player is not an admin
// Server full check
if (server.getOnlinePlayers().length >= server.getMaxPlayers())
{