From 4f0f2c321331b9d07dc289bbb1ac276f5f4b3a9c Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Sun, 8 Oct 2023 14:00:57 +0200 Subject: [PATCH] grammar fix 2 --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandIris.java b/src/main/java/com/volmit/iris/core/commands/CommandIris.java index e8bd7a752..6fd8e0767 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -75,7 +75,7 @@ public class CommandIris implements DecreeExecutor { ) { if (multiverse){ sender().sendMessage(C.RED + "Your server has an incompatibility that may corrupt all worlds on the server if not handled properly."); - sender().sendMessage(C.RED + "its heavily advised for you to take action. see log for full detail"); + sender().sendMessage(C.RED + "its strongly advised for you to take action. see log for full detail"); Iris.safeguard(C.RED + "----------------------------------------------------------------"); Iris.safeguard(C.RED + "Command ran: /iris create"); ServerBoot.incompatiblepluginset();