Fix double wrapping
This commit is contained in:
parent
aa461c322f
commit
a460a1fc98
@ -76,7 +76,7 @@ class DelegateSyncher : Observer {
|
|||||||
|
|
||||||
fun read(registry: RegistryAccess, bytes: ByteArrayList) {
|
fun read(registry: RegistryAccess, bytes: ByteArrayList) {
|
||||||
return decodePayload(registry, bytes) {
|
return decodePayload(registry, bytes) {
|
||||||
read(RegistryFriendlyByteBuf(it, registry, ConnectionType.NEOFORGE))
|
read(it)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user