9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 18:49:06 +00:00

Save debugging for plax

This commit is contained in:
Daniel Mills
2021-07-20 00:14:26 -04:00
parent 9ed246e482
commit 1156b909eb

View File

@@ -162,6 +162,7 @@ public class ParallaxRegion extends HunkRegion {
tileSlice.save();
updateSlice.save();
saveMetaHunk();
Iris.debug("Saved Parallax Region "+ C.GOLD + getX() + " " + getZ());
super.save();
}