Registry: Fix debug info
This commit is contained in:
parent
7284104472
commit
b5cc021754
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ public class GameData {
|
|||
newId,
|
||||
isBlock ? newData.iBlockRegistry.getRaw(newId) : newData.iItemRegistry.getRaw(newId),
|
||||
newData.blockedIds.contains(newId),
|
||||
isBlock ? getMain().iBlockRegistry.getRaw(currId) : getMain().iItemRegistry.getRaw(currId)));
|
||||
isBlock ? false : (getMain().iItemRegistry.getRaw(currId) instanceof ItemBlock)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue