Fixed some junction issues / Improved server crash reporting

This commit is contained in:
Anuken
2018-09-02 22:40:23 -04:00
parent 5e29115c2e
commit 3b63f60462
6 changed files with 34 additions and 17 deletions
@@ -73,7 +73,7 @@ public class Player extends Unit implements BuilderTrait, CarryTrait, ShooterTra
private Tile mining;
private CarriableTrait carrying;
private Trail trail = new Trail(12);
private Vector2 movement = new Vector2();
private Vector2 movement = new Translator();
private boolean moved;
public Player(){