Fixed some network crashes and block config problems
This commit is contained in:
@@ -127,4 +127,9 @@ public class Packets {
|
||||
public static class BlockTapPacket{
|
||||
public int position;
|
||||
}
|
||||
|
||||
public static class BlockConfigPacket{
|
||||
public int position;
|
||||
public byte data;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,6 +37,7 @@ public class Registrator {
|
||||
UpgradePacket.class,
|
||||
WeaponSwitchPacket.class,
|
||||
BlockTapPacket.class,
|
||||
BlockConfigPacket.class,
|
||||
|
||||
Class.class,
|
||||
byte[].class,
|
||||
|
||||
Reference in New Issue
Block a user