mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-12 03:37:27 +07:00
Full player reset
This commit is contained in:
parent
fd69241de9
commit
b47f40eb07
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user