Fixed chat packets not being received properly

This commit is contained in:
Anuken
2018-01-08 20:38:29 -05:00
parent 30d06b9b08
commit 36964be6ac
5 changed files with 24 additions and 12 deletions
@@ -22,6 +22,7 @@ public class Player extends DestructibleEntity implements Syncable{
public String name = "name";
public boolean isAndroid;
//TODO send these.
public transient Weapon weaponLeft = Weapon.blaster;
public transient Weapon weaponRight = Weapon.blaster;
public transient Mech mech = Mech.standard;