Modify message for hotloading

This commit is contained in:
CocoTheOwner 2021-03-07 12:13:43 +01:00
parent 143349be3a
commit 4558cb4846

View File

@ -183,7 +183,7 @@ public class IrisProject
Bukkit.getScheduler().scheduleSyncDelayedTask(Iris.instance, () -> Bukkit.getScheduler().scheduleSyncDelayedTask(Iris.instance, () ->
{ {
sender.sendMessage("Hotloading Active! Change any files and watch them appear as you load new chunks!"); sender.sendMessage("Hotloading Active! Change any files and watch your changes appear as you load new chunks!");
if(sender.isPlayer()) if(sender.isPlayer())
{ {