mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
Fix regions
This commit is contained in:
parent
d9e18e0f3b
commit
e0fc4b9443
@ -314,7 +314,7 @@ public interface IrisAccess extends Hotloadable, DataProvider {
|
|||||||
for(int i = 0; i < getCompound().getSize(); i++)
|
for(int i = 0; i < getCompound().getSize(); i++)
|
||||||
{
|
{
|
||||||
Engine e = getCompound().getEngine(i);
|
Engine e = getCompound().getEngine(i);
|
||||||
if(e.getDimension().getAllRegions(e).contains(reg))
|
if(e.getDimension().getRegions().contains(reg.getLoadKey()))
|
||||||
{
|
{
|
||||||
engines.add(e);
|
engines.add(e);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user