Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-27 00:22:53 +01:00
ooops
Dieser Commit ist enthalten in:
Ursprung
829857be7c
Commit
66336bca0f
@ -112,11 +112,11 @@ public class PlayerPacket1_13 extends Rewriter<Protocol1_12_2To1_13> {
|
|||||||
if (packetWrapper.passthrough(Type.BOOLEAN)) {
|
if (packetWrapper.passthrough(Type.BOOLEAN)) {
|
||||||
packetWrapper.passthrough(Type.STRING);
|
packetWrapper.passthrough(Type.STRING);
|
||||||
}
|
}
|
||||||
packetWrapper.passthrough(Type.VAR_INT);
|
}
|
||||||
packetWrapper.passthrough(Type.VAR_INT);
|
packetWrapper.passthrough(Type.VAR_INT);
|
||||||
if (packetWrapper.passthrough(Type.BOOLEAN)) {
|
packetWrapper.passthrough(Type.VAR_INT);
|
||||||
packetWrapper.passthrough(Type.STRING);
|
if (packetWrapper.passthrough(Type.BOOLEAN)) {
|
||||||
}
|
packetWrapper.passthrough(Type.STRING);
|
||||||
}
|
}
|
||||||
} else if (action == 1) { // Update Game Mode
|
} else if (action == 1) { // Update Game Mode
|
||||||
packetWrapper.passthrough(Type.VAR_INT);
|
packetWrapper.passthrough(Type.VAR_INT);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren