mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
A small fix to the previous commit.
This commit is contained in:
@@ -192,7 +192,7 @@ public final class GameService extends Service {
|
||||
*/
|
||||
private void finalizeRegistrations() {
|
||||
for (int count = 0; count < REGISTERS_PER_CYCLE; count++) {
|
||||
Player player = oldPlayers.poll();
|
||||
Player player = newPlayers.poll();
|
||||
if (player == null) {
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user