Changed tabs to 4 spaces, removed unnecessary imports

This commit is contained in:
durron597
2011-01-01 08:06:04 -05:00
parent 84bf373c55
commit f199cc7190
10 changed files with 61 additions and 64 deletions

View File

@@ -104,7 +104,7 @@ public class ServerConfigurationManager {
} else if (b.size() >= e) {
event.disallow(PlayerLoginEvent.Result.KICK_FULL, "The server is full!");
}
server.getPluginManager().callEvent(event);
if (event.getResult() != PlayerLoginEvent.Result.ALLOWED) {
netloginhandler.a(event.getKickMessage());