This commit is contained in:
2024-06-15 19:59:31 -05:00
parent e71863cbd2
commit 3a89e9c087
2 changed files with 1 additions and 6 deletions
-2
View File
@@ -54,8 +54,6 @@ public class ItemTableEntry {
if(itemTableEntryList != null){
id = itemTableEntryList.get(ThreadLocalRandom.current().nextInt(0,itemTableEntryList.size() - 1)).cacheID;
}
Logger.error("Rolling Item Table: " + itemTable + "returning itemBase ID: " + id);
return id;
}
}