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")
|
@SuppressWarnings("unchecked")
|
||||||
public EntityIDSyncPacket(FriendlyByteBuf buf) {
|
public EntityIDSyncPacket(FriendlyByteBuf buf) {
|
||||||
|
this.map = new HashMap<>();
|
||||||
EntityIDSyncPacket self = this;
|
EntityIDSyncPacket self = this;
|
||||||
int numEntityClasses = buf.readVarInt();
|
int numEntityClasses = buf.readVarInt();
|
||||||
for(int i = 0; i < numEntityClasses; i++) {
|
for(int i = 0; i < numEntityClasses; i++) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user