More balancing, made door interacting sync properly
This commit is contained in:
@@ -123,4 +123,8 @@ public class Packets {
|
||||
public int playerid;
|
||||
public byte left, right;
|
||||
}
|
||||
|
||||
public static class BlockTapPacket{
|
||||
public int position;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -36,6 +36,7 @@ public class Registrator {
|
||||
KickPacket.class,
|
||||
UpgradePacket.class,
|
||||
WeaponSwitchPacket.class,
|
||||
BlockTapPacket.class,
|
||||
|
||||
Class.class,
|
||||
byte[].class,
|
||||
|
||||
Reference in New Issue
Block a user