This commit is contained in:
CocoTheOwner
2021-08-15 13:36:06 +02:00
parent d20d1488de
commit 1c4778790a
@@ -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,7 +393,7 @@ 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;
}