This commit is contained in:
Anuken
2019-10-24 18:52:42 -04:00
parent 5d7f14c21f
commit f971061ef4
3 changed files with 17 additions and 11 deletions

View File

@ -816,10 +816,6 @@ public class ServerControl implements ApplicationListener{
if(state.rules.pvp){
p.setTeam(netServer.assignTeam(p, new ArrayIterable<>(players)));
}
if(p.getClosestCore() != null){
p.setDead(false);
p.setNet(p.getClosestCore().x, p.getClosestCore().y);
}
netServer.sendWorldData(p);
}
inExtraRound = false;