Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-12-26 16:12:43 +01:00
fix missing metadata index check
Dieser Commit ist enthalten in:
Ursprung
a9ee4ae88b
Commit
114dbedfb7
@ -349,7 +349,7 @@ public class EntityPackets1_14 extends EntityRewriter<Protocol1_13_2To1_14> {
|
|||||||
if (index == 14) {
|
if (index == 14) {
|
||||||
//TODO handle
|
//TODO handle
|
||||||
throw new RemovedValueException();
|
throw new RemovedValueException();
|
||||||
} else {
|
} else if (index > 14) {
|
||||||
meta.setId(index - 1);
|
meta.setId(index - 1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren