Update Logic.java

This commit is contained in:
Anuken 2019-10-02 09:57:17 -04:00 committed by GitHub
parent 525360f284
commit 7dfe2116fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,6 @@ public class Logic implements ApplicationListener{
public Logic(){
Events.on(WaveEvent.class, event -> {
if(world.isZone()){
world.getZone().updateWave(state.wave);
}
for(Player p : playerGroup.all()){
p.respawns = state.rules.respawns;
}