mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 14:21:33 +00:00
Modify message for hotloading
This commit is contained in:
@@ -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())
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user