mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-22 04:28:27 +07:00
net fix
This commit is contained in:
parent
dc21adfda5
commit
0a9cad2ea6
@ -62,7 +62,7 @@ public class RespawnBlock{
|
||||
}
|
||||
Draw.reset();
|
||||
|
||||
if(Net.server() && player != null){
|
||||
if(Net.active() && player != null){
|
||||
tile.block().drawPlaceText(player.name, tile.x, tile.y - (Math.max((tile.block().size-1)/2, 0)), true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user