3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-11-03 14:50:30 +01:00
Dieser Commit ist enthalten in:
creeper123123321 2018-03-17 10:58:04 -03:00
Ursprung 74cb0d5167
Commit 98a731e5df

Datei anzeigen

@ -430,6 +430,8 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
newID++;
if (oldID >= 166)
newID += 4;
if (oldID >= 179)
newID += 9;
if (oldID >= 226)
newID++;
if (oldID >= 373)
@ -444,6 +446,8 @@ public class ProtocolSnapshotTo1_12_2 extends Protocol {
newID++;
if (oldID >= 443)
newID += 16;
if (oldID >= 484)
newID++;
if (oldID >= 485)
newID++;
if (oldID >= 508)