mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-16 11:15:49 +01:00
parent
0d0719040c
commit
7cbfffaa68
@ -105,7 +105,7 @@ public final class Protocol1_19_1To1_19_3 extends BackwardsProtocol<ClientboundP
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
wrapper.write(Type.VAR_INT, mappedId + 1);
|
wrapper.write(Type.VAR_INT, mappedId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -138,7 +138,7 @@ public final class Protocol1_19_1To1_19_3 extends BackwardsProtocol<ClientboundP
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
wrapper.write(Type.VAR_INT, mappedId + 1);
|
wrapper.write(Type.VAR_INT, mappedId);
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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