More compile things

This commit is contained in:
covers1624
2020-06-02 15:12:30 +09:30
parent 404ef5624b
commit 3f5c299d09
111 changed files with 838 additions and 873 deletions
@@ -71,7 +71,7 @@ public class GuiUpgradeable extends AEBaseGui
protected boolean hasToolbox()
{
return ( (ContainerUpgradeable) this.inventorySlots ).hasToolbox();
return ( (ContainerUpgradeable) this.container ).hasToolbox();
}
@Override