Refactor out itembase

This commit is contained in:
2024-03-28 12:15:43 -04:00
parent 230679cef9
commit 561b80b1aa
3 changed files with 1 additions and 21 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ public class ItemTemplate {
//players can't wear 0 value items.
return item.template.item_value != 0 || Kit.IsNoobGear(item.getItemBase().uuid);
return item.template.item_value != 0 || Kit.IsNoobGear(item.templateID);
}
}