mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 06:41:08 +00:00
Remove objects from iris goto
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user