From 132a1695f31459582a7cb38a548f6e7e068613d4 Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sun, 24 Jul 2022 14:20:12 +0100 Subject: [PATCH] Bey --- src/main/java/com/volmit/iris/core/commands/CommandIris.java | 2 -- 1 file changed, 2 deletions(-) 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 5e8cbae78..1281d63c7 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandIris.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandIris.java @@ -78,8 +78,6 @@ public class CommandIris implements DecreeExecutor { return; } - sender().sendMessage(C.RED + "You should not be using this command to create new worlds. Instead, use the tutorial: https://docs.volmit.com/iris/getting-started"); - try { IrisToolbelt.createWorld() .dimension(type.getLoadKey())