bugfix: compile error typo left unstaged in prior commit

This commit is contained in:
Nathan Watson
2021-01-09 13:50:14 -08:00
parent 66bb28661e
commit 4d73eaa341

View File

@@ -221,7 +221,7 @@ public class ItemContainer {
public int determineType(ItemEntry item) {
if (item.itemType.isEquippable()) {
switch (item.itemType.inventorySlot) {
switch (item.itemType.category.inventorySlot) {
case weapon:
if (item.itemType.isTwohandWeapon()) {
return 100;