mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-16 06:12:19 -08:00
Update Logic.java
This commit is contained in:
parent
525360f284
commit
7dfe2116fe
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue