mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-19 07:11:02 +00:00
scolon
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user