Merge remote-tracking branch 'origin/master'

This commit is contained in:
DanLT 2021-09-01 10:27:57 -08:00
commit 65011f42da
2 changed files with 3 additions and 3 deletions

View File

@ -60,9 +60,9 @@ body:
label: Checklist label: Checklist
description: Please ensure you meet each of the requirements below description: Please ensure you meet each of the requirements below
options: options:
- label: I am using an unmodified version of Iris. (If you modified the plugin and see an issue, make sure it is reproducable on the latest spigot version or contact [support](discord.gg/volmit)) - label: I am using an unmodified version of Iris. (If you modified the plugin and see an issue, make sure it is reproducable on the latest spigot version or contact [support](https://discord.gg/volmit))
required: true required: true
- label: I am using Spigot, Paper, Tuinity, or Purpur. (If you are not, and still think it is a valid issue, contact [support](discord.gg/volmit)) - label: I am using Spigot, Paper, Tuinity, or Purpur. (If you are not, and still think it is a valid issue, contact [support](https://discord.gg/volmit))
required: true required: true
- type: markdown - type: markdown
id: thanks id: thanks

View File

@ -315,7 +315,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 ");
} }
} }