9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-24 01:29:16 +00:00

Update Iris.java

This commit is contained in:
ArMiN231
2021-09-01 14:24:44 +02:00
committed by GitHub
parent ac0d0a6680
commit 7b002606bf

View File

@@ -320,7 +320,7 @@ public class Iris extends VolmitPlugin implements Listener {
IrisSettings.invalidate(); IrisSettings.invalidate();
IrisSettings.get(); IrisSettings.get();
configWatcher.checkModified(); configWatcher.checkModified();
Iris.info("Hotloaded settings.json + " "); //The extra space stops a bug from repeating the last letter Iris.info("Hotloaded settings.json ");
} }
} }