Don't reset Lobby index else lower lobby counts can crash due to spam connects.

This commit is contained in:
Jonathan Williams 2014-12-13 20:22:37 -05:00
parent 4e0c91c26d
commit 28dc4059a4
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ public class LobbyBalancer implements Listener, Runnable
if (timeSpentInLock > 50) if (timeSpentInLock > 50)
System.out.println("[==] TIMING [==] Locked loading servers for " + timeSpentInLock + "ms"); System.out.println("[==] TIMING [==] Locked loading servers for " + timeSpentInLock + "ms");
_lobbyIndex = 0;
} }
} }
} }