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);
}
}