Also changed the color for the /iris o paste cmd

This commit is contained in:
RePixelatedMC
2023-09-25 15:02:33 +02:00
parent 373e9e9755
commit 7b9fb880f4

View File

@@ -341,7 +341,7 @@ public class CommandObject implements DecreeExecutor {
}
}
} else {
sender().sendMessage("Placed " + object);
sender().sendMessage(C.IRIS + "Placed " + object);
}
}