Fixed Container Workbench (and other UI's) giving access to slots that shouldn't be there.

This commit is contained in:
Gunther De Wachter 2017-07-23 20:39:01 +02:00
parent ac528d09ae
commit 7eb09fc4db

View file

@ -149,7 +149,7 @@ public class AppEngSlot extends Slot
@SideOnly( Side.CLIENT )
public boolean isEnabled()
{
return super.isEnabled();
return this.isSlotEnabled();
}
public boolean isSlotEnabled()