9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00

Patch weird Kayori bug

This commit is contained in:
CocoTheOwner
2021-09-08 14:33:59 +02:00
parent c5429f0515
commit 44cd0e1e10
2 changed files with 2 additions and 2 deletions

View File

@@ -377,7 +377,7 @@ public class Iris extends VolmitPlugin implements Listener {
IrisDimension dim = data.getDimensionLoader().load(j.getName().split("\\Q.\\E")[0]);
if (dim == null) {
Iris.error("Failed to load " + j.getPath());
Iris.error("Failed to load " + j.getPath() + " ");
continue;
}