Merge remote-tracking branch 'origin/1.20.4' into 1.20.5
This commit is contained in:
commit
739b1663cd
|
|
@ -43,6 +43,7 @@ public class EntityIDSyncPacket implements CustomPacketPayload {
|
|||
|
||||
@SuppressWarnings("unchecked")
|
||||
public EntityIDSyncPacket(FriendlyByteBuf buf) {
|
||||
this.map = new HashMap<>();
|
||||
EntityIDSyncPacket self = this;
|
||||
int numEntityClasses = buf.readVarInt();
|
||||
for(int i = 0; i < numEntityClasses; i++) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user