Merge pull request #588 from ArMiN231/patch-1

Getting rid of the double n when hotloading
This commit is contained in:
Dan
2021-09-01 06:15:47 -08:00
committed by GitHub

View File

@@ -320,7 +320,7 @@ public class Iris extends VolmitPlugin implements Listener {
IrisSettings.invalidate();
IrisSettings.get();
configWatcher.checkModified();
Iris.info("Hotloaded settings.json");
Iris.info("Hotloaded settings.json ");
}
}