Server crash fix, again

This commit is contained in:
Aleksey 2021-05-04 13:10:33 +03:00
parent a843f69977
commit 43d4dd6adc
3 changed files with 11 additions and 3 deletions

View file

@ -132,9 +132,6 @@ public class EndItems {
return item;
}
registerItem(id, item, MOD_ITEMS);
if (item instanceof MultiModelItem) {
((MultiModelItem) item).registerModelPredicate();
}
return item;
}