9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-29 12:09:07 +00:00
This commit is contained in:
Daniel Mills
2021-01-08 03:19:56 -05:00
parent 91e1b614f3
commit 3f9288c60f
3 changed files with 6 additions and 2 deletions

View File

@@ -28,7 +28,6 @@ public class CommandIrisStudioGoto extends MortarCommand
{
list.add(IrisWorlds.access(sender.player().getWorld()).getData().getBiomeLoader().getPossibleKeys());
list.add(IrisWorlds.access(sender.player().getWorld()).getData().getRegionLoader().getPossibleKeys());
list.add(IrisWorlds.access(sender.player().getWorld()).getData().getObjectLoader().getPossibleKeys());
}
}