mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-26 20:16:02 +01:00
Fix zombie id
This commit is contained in:
parent
8ef0221d43
commit
b6592b38ad
@ -56,7 +56,7 @@ public class MetadataRewriter1_16To1_15_2 extends MetadataRewriter {
|
|||||||
if (oldId == 57) {
|
if (oldId == 57) {
|
||||||
return 95;
|
return 95;
|
||||||
}
|
}
|
||||||
if (oldId > 57 && oldId < 95) {
|
if (oldId > 57 && oldId < 96) {
|
||||||
return oldId - 1;
|
return oldId - 1;
|
||||||
}
|
}
|
||||||
if (oldId > 102) {
|
if (oldId > 102) {
|
||||||
|
Loading…
Reference in New Issue
Block a user