mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-07 08:39:17 +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() {
|
private void finalizeRegistrations() {
|
||||||
for (int count = 0; count < REGISTERS_PER_CYCLE; count++) {
|
for (int count = 0; count < REGISTERS_PER_CYCLE; count++) {
|
||||||
Player player = oldPlayers.poll();
|
Player player = newPlayers.poll();
|
||||||
if (player == null) {
|
if (player == null) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user