mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-07-13 17:27:35 +07:00
Full player reset
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user