Don't reset Lobby index else lower lobby counts can crash due to spam connects.
This commit is contained in:
parent
4e0c91c26d
commit
28dc4059a4
@ -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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user