error tracking

This commit is contained in:
2023-04-07 11:36:52 -05:00
parent a0310b6767
commit b51843942b
2 changed files with 7 additions and 6 deletions
-1
View File
@@ -83,7 +83,6 @@ public class LootManager {
case "ITEM":
Item disc = Item.getItem(bse.itemBase);
if(disc != null) {
mob.getCharItemManager().addItemToInventory(disc);
}
break;