Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix comment with 1.12-pre5
Dieser Commit ist enthalten in:
Ursprung
395d020411
Commit
a09e8b9f4d
@ -191,10 +191,10 @@ public class ProtocolSnapshotTo1_11_1 extends Protocol {
|
||||
registerIncoming(State.PLAY, 0x09, 0x0a);
|
||||
registerIncoming(State.PLAY, 0x0a, 0x0b);
|
||||
registerIncoming(State.PLAY, 0x0b, 0x0c);
|
||||
// Mojang moved 0x0D to 0x0F
|
||||
// Mojang swapped 0x0F to 0x0D
|
||||
registerIncoming(State.PLAY, 0x0f, 0x0d);
|
||||
|
||||
registerIncoming(State.PLAY, 0x0c, 0x0e);
|
||||
// Mojang swapped 0x0F to 0x0D
|
||||
registerIncoming(State.PLAY, 0x0d, 0x0f);
|
||||
registerIncoming(State.PLAY, 0x0e, 0x10);
|
||||
registerIncoming(State.PLAY, 0x10, 0x11);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren