From 7b9fb880f4f3c39490986d8911897d2ac1298ac9 Mon Sep 17 00:00:00 2001 From: RePixelatedMC Date: Mon, 25 Sep 2023 15:02:33 +0200 Subject: [PATCH] Also changed the color for the /iris o paste cmd --- src/main/java/com/volmit/iris/core/commands/CommandObject.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandObject.java b/src/main/java/com/volmit/iris/core/commands/CommandObject.java index d494f6d00..ea7f07f7a 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandObject.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandObject.java @@ -341,7 +341,7 @@ public class CommandObject implements DecreeExecutor { } } } else { - sender().sendMessage("Placed " + object); + sender().sendMessage(C.IRIS + "Placed " + object); } }