Fixed Container Workbench (and other UI's) giving access to slots that shouldn't be there.
This commit is contained in:
@@ -149,7 +149,7 @@ public class AppEngSlot extends Slot
|
||||
@SideOnly( Side.CLIENT )
|
||||
public boolean isEnabled()
|
||||
{
|
||||
return super.isEnabled();
|
||||
return this.isSlotEnabled();
|
||||
}
|
||||
|
||||
public boolean isSlotEnabled()
|
||||
|
||||
Reference in New Issue
Block a user