mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 10:39:07 +00:00
g
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -246,6 +246,11 @@ public interface IrisAccess extends Hotloadable, DataProvider {
|
||||
}
|
||||
}
|
||||
|
||||
if(engines.isEmpty())
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
AtomicInteger tries = new AtomicInteger(0);
|
||||
AtomicBoolean found = new AtomicBoolean(false);
|
||||
AtomicReference<Location> location = new AtomicReference<>();
|
||||
|
||||
Reference in New Issue
Block a user