A small fix to the previous commit.

This commit is contained in:
lare96
2015-08-29 14:28:39 -04:00
parent dfa852491f
commit c730c4f88c
@@ -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;
}