Fix ignored oredict names list not working
This commit is contained in:
parent
5314bd6c01
commit
61dcb99966
1 changed files with 1 additions and 0 deletions
|
@ -1014,6 +1014,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