mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-23 00:59:16 +00:00
Getting rid of the double n when hotloading
This commit is contained in:
@@ -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");
|
Iris.info("Hotloaded settings.json + " "); //The extra space stops a bug from repeating the last letter
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user