Fix regulator crash bug
This commit is contained in:
parent
f94ae649be
commit
454b255f1b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ public class GT_MetaTileEntity_Regulator
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean isValidSlot(int aIndex) {
|
public boolean isValidSlot(int aIndex) {
|
||||||
return aIndex < 9 || aIndex == 19;
|
return aIndex < 9 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) {
|
public Object getServerGUI(int aID, InventoryPlayer aPlayerInventory, IGregTechTileEntity aBaseMetaTileEntity) {
|
||||||
|
|
Loading…
Reference in a new issue