Fix ignored oredict names list not working
This commit is contained in:
parent
cef2d02416
commit
a60428ab53
1 changed files with 1 additions and 0 deletions
|
@ -821,6 +821,7 @@ public abstract class GT_Proxy implements IGT_Mod, IGuiHandler, IFuelHandler {
|
|||
}
|
||||
return;
|
||||
}
|
||||
}else if(this.mIgnoredNames.contains(aEvent.Name)){
|
||||
GT_Log.ore.println(tModToName + " is getting ignored via hardcode.");
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue