mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-22 12:16:21 +01:00
Fix 1.19.3->1.19.1 entity sound packet (#555)
This commit is contained in:
parent
4627142700
commit
4a308f9d81
@ -121,6 +121,7 @@ public final class Protocol1_19_1To1_19_3 extends BackwardsProtocol<ClientboundP
|
|||||||
}
|
}
|
||||||
|
|
||||||
wrapper.write(Type.VAR_INT, mappedId);
|
wrapper.write(Type.VAR_INT, mappedId);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Convert the resource location to the corresponding integer id
|
// Convert the resource location to the corresponding integer id
|
||||||
|
Loading…
Reference in New Issue
Block a user