Update Logic.java

This commit is contained in:
Anuken
2019-10-02 09:57:17 -04:00
committed by GitHub
parent 525360f284
commit 7dfe2116fe

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;
}