mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-18 09:34:04 +01:00
bugfix: compile error typo left unstaged in prior commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user