mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-27 21:29:14 +01:00
Fix EventListen processing bug
This commit is contained in:
parent
c09a3b9db4
commit
c44e60ae01
@ -271,7 +271,7 @@ public class EventListen implements Listener {
|
||||
Messaging.debug("Couldn't respawn id", id, "during chunk event at [" + coord.x + "," + coord.z + "]");
|
||||
continue;
|
||||
}
|
||||
ids.remove(i);
|
||||
ids.remove(i--);
|
||||
Messaging.debug("Spawned id", id, "due to chunk event at [" + coord.x + "," + coord.z + "]");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user