9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2026-01-06 15:51:30 +00:00

back to debug

This commit is contained in:
RePixelatedMC
2024-08-31 18:29:43 +02:00
parent 08fa436885
commit 6763844030

View File

@@ -573,7 +573,7 @@ public class IrisObject extends IrisRegistrant {
getBlocks().put(v, data);
TileData state = TileData.getTileState(block);
if (state != null) {
Iris.info("Saved State " + v);
Iris.debug("Saved State " + v);
getStates().put(v, state);
}
}