9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-28 11:39:07 +00:00

try this out

This commit is contained in:
RePixelatedMC
2023-12-21 15:39:26 +01:00
parent 5507c35547
commit a7b471682a

View File

@@ -168,7 +168,7 @@ public class TectonicPlate {
DataOutputStream dos = new DataOutputStream(gzo);
write(dos);
dos.close();
Iris.debug("Saved Tectonic Plate " + C.DARK_GREEN + file.getName().split("\\Q.\\E")[0] + C.RED + " in " + Form.duration(p.getMilliseconds(), 2));
Iris.info("Saved Tectonic Plate " + C.DARK_GREEN + file.getName().split("\\Q.\\E")[0] + C.RED + " in " + Form.duration(p.getMilliseconds(), 2));
}
/**