Weapons are now displayed for players

This commit is contained in:
Anuken
2018-01-06 12:22:05 -05:00
parent 07bc8a04f6
commit 8045c6afb8
7 changed files with 56 additions and 4 deletions
@@ -118,4 +118,9 @@ public class Packets {
public static class UpgradePacket{
public byte id; //weapon ID only, currently
}
public static class WeaponSwitchPacket{
public int playerid;
public byte left, right;
}
}
@@ -35,6 +35,7 @@ public class Registrator {
ChatPacket.class,
KickPacket.class,
UpgradePacket.class,
WeaponSwitchPacket.class,
Class.class,
byte[].class,