mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 07:11:02 +00:00
Fixed Issue #884: Cache freaking out on global override.
This commit is contained in:
@@ -203,6 +203,8 @@ public class IrisObjectPlacement {
|
|||||||
TableCache tc = new TableCache();
|
TableCache tc = new TableCache();
|
||||||
|
|
||||||
for(IrisObjectLoot loot : getLoot()) {
|
for(IrisObjectLoot loot : getLoot()) {
|
||||||
|
if(loot == null)
|
||||||
|
continue;
|
||||||
IrisLootTable table = manager.getLootLoader().load(loot.getName());
|
IrisLootTable table = manager.getLootLoader().load(loot.getName());
|
||||||
if(table == null) {
|
if(table == null) {
|
||||||
Iris.warn("Couldn't find loot table " + loot.getName());
|
Iris.warn("Couldn't find loot table " + loot.getName());
|
||||||
|
|||||||
Reference in New Issue
Block a user