mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Remove objects from iris goto
This commit is contained in:
parent
7aa4a01355
commit
a4370ba55a
@ -36,7 +36,7 @@ public class CommandIrisStudioGoto extends MortarCommand
|
|||||||
} else {
|
} else {
|
||||||
list.add(data.getBiomeLoader().getPossibleKeys());
|
list.add(data.getBiomeLoader().getPossibleKeys());
|
||||||
list.add(data.getRegionLoader().getPossibleKeys());
|
list.add(data.getRegionLoader().getPossibleKeys());
|
||||||
list.add(data.getObjectLoader().getPossibleKeys());
|
//TODO: Remove comment here -> list.add(data.getObjectLoader().getPossibleKeys());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -128,7 +128,7 @@ public class CommandIrisStudioGoto extends MortarCommand
|
|||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sender.sendMessage(args[0] + " is not a biome,region or object in this dimension.");
|
sender.sendMessage(args[0] + " is not a biome or region in this dimension. (Biome teleportation works best!");
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user