Message cleanup / Player target reset

This commit is contained in:
Anuken
2018-12-10 14:10:54 -05:00
parent 271dcd46bc
commit 8debf8caf8
2 changed files with 4 additions and 0 deletions

View File

@@ -787,6 +787,8 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
placeQueue.clear();
dead = true;
trail.clear();
target = null;
moveTarget = null;
carrier = null;
health = maxHealth();
boostHeat = drownTime = hitTime = 0f;