mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Getting rid of the double n when hotloading
This commit is contained in:
parent
e5033cceec
commit
ac0d0a6680
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user