mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-10 07:47:25 +07:00
Bugfixes
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user