Fix zombie id

This commit is contained in:
KennyTV 2020-04-02 23:06:05 +02:00
parent 8ef0221d43
commit b6592b38ad

View File

@ -56,7 +56,7 @@ public class MetadataRewriter1_16To1_15_2 extends MetadataRewriter {
if (oldId == 57) {
return 95;
}
if (oldId > 57 && oldId < 95) {
if (oldId > 57 && oldId < 96) {
return oldId - 1;
}
if (oldId > 102) {