mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-12-23 17:08:00 +01:00
fix missing metadata index check
This commit is contained in:
parent
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user