logging
This commit is contained in:
@@ -55,7 +55,7 @@ public class ItemTableEntry {
|
|||||||
id = itemTableEntryList.get(ThreadLocalRandom.current().nextInt(0,itemTableEntryList.size() - 1)).cacheID;
|
id = itemTableEntryList.get(ThreadLocalRandom.current().nextInt(0,itemTableEntryList.size() - 1)).cacheID;
|
||||||
}
|
}
|
||||||
|
|
||||||
Logger.error("Rolling Item Table: " + itemTable);
|
Logger.error("Rolling Item Table: " + itemTable + "returning itemBase ID: " + id);
|
||||||
return id;
|
return id;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user