From 1c4778790ab2a23c041aaa5105b42097b0680c6f Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Sun, 15 Aug 2021 13:36:06 +0200 Subject: [PATCH] scolon --- .../java/com/volmit/iris/core/decrees/DecIrisStudio.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java b/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java index 6a2f67480..23191a546 100644 --- a/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java +++ b/src/main/java/com/volmit/iris/core/decrees/DecIrisStudio.java @@ -373,7 +373,7 @@ public class DecIrisStudio implements DecreeExecutor, DecreeStudioExtension { IrisBiome biome ){ if (!IrisToolbelt.isIrisWorld(world())){ - error("You must be in an Iris world to use this command!") + error("You must be in an Iris world to use this command!"); return; } @@ -393,10 +393,10 @@ public class DecIrisStudio implements DecreeExecutor, DecreeStudioExtension { IrisRegion region ){ if (!IrisToolbelt.isIrisWorld(world())){ - error("You must be in an Iris world to use this command!") + error("You must be in an Iris world to use this command!"); return; } - + IrisPosition l = engine().lookForRegion(region, 10000, (v) -> message("Looking for " + C.BOLD + C.WHITE + region.getName() + C.RESET + C.GRAY + ": Checked " + Form.f(v) + " Places")); if (l == null) {