mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
Send me a null
This commit is contained in:
parent
59f9ae1f30
commit
12768ee8b3
@ -56,6 +56,8 @@ public abstract class SyncedTileEntity extends BlockEntity {
|
||||
|
||||
@Override
|
||||
public void onDataPacket(Connection net, ClientboundBlockEntityDataPacket pkt) {
|
||||
if (pkt.getTag() == null)
|
||||
return;
|
||||
readClientUpdate(pkt.getTag());
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user