iPhone X splash images

This commit is contained in:
Anuken
2019-08-20 19:14:30 -04:00
parent 46230ad307
commit bae88ec416
22 changed files with 12 additions and 4 deletions

View File

@@ -527,7 +527,9 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{
spawner = null;
}
avoidOthers();
if(isLocal || Net.server()){
avoidOthers();
}
Tile tile = world.tileWorld(x, y);