diff --git a/core/src/io/anuke/mindustry/entities/type/Player.java b/core/src/io/anuke/mindustry/entities/type/Player.java index 573ae31142..9f35158043 100644 --- a/core/src/io/anuke/mindustry/entities/type/Player.java +++ b/core/src/io/anuke/mindustry/entities/type/Player.java @@ -814,6 +814,8 @@ public class Player extends Unit implements BuilderMinerTrait, ShooterTrait{ item.amount = 0; placeQueue.clear(); dead = true; + lastText = null; + textFadeTime = 0f; target = null; moveTarget = null; spawner = lastSpawner = null;