Fix regulator crash bug

This commit is contained in:
Blood-Asp 2017-04-01 12:26:47 +02:00
parent f94ae649be
commit 454b255f1b

View file

@ -37,7 +37,7 @@ public class GT_MetaTileEntity_Regulator
}
public boolean isValidSlot(int aIndex) {
return aIndex < 9 || aIndex == 19;
return aIndex < 9 ;
}
public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) {