mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-02 07:56:48 +00:00
back to debug
This commit is contained in:
parent
08fa436885
commit
6763844030
@ -573,7 +573,7 @@ public class IrisObject extends IrisRegistrant {
|
|||||||
getBlocks().put(v, data);
|
getBlocks().put(v, data);
|
||||||
TileData state = TileData.getTileState(block);
|
TileData state = TileData.getTileState(block);
|
||||||
if (state != null) {
|
if (state != null) {
|
||||||
Iris.info("Saved State " + v);
|
Iris.debug("Saved State " + v);
|
||||||
getStates().put(v, state);
|
getStates().put(v, state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user