9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-22 16:49:14 +00:00

Getting rid of the double n when hotloading

This commit is contained in:
ArMiN231
2021-09-01 14:17:14 +02:00
committed by GitHub
parent e5033cceec
commit ac0d0a6680

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 + " "); //The extra space stops a bug from repeating the last letter
}
}