From e99d675897bfc50ba5eca937d53cdad751ab3ef1 Mon Sep 17 00:00:00 2001 From: AlgorithmX2 Date: Sun, 29 Jun 2014 04:06:21 -0500 Subject: [PATCH] Fixed Priority Screens. --- container/implementations/ContainerPriority.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container/implementations/ContainerPriority.java b/container/implementations/ContainerPriority.java index 5479060e..ec8aa6f5 100644 --- a/container/implementations/ContainerPriority.java +++ b/container/implementations/ContainerPriority.java @@ -34,7 +34,7 @@ public class ContainerPriority extends AEBaseContainer } @GuiSync(2) - long PriorityValue = -1; + public long PriorityValue = -1; public void setPriority(int newValue, EntityPlayer player) { @@ -45,6 +45,7 @@ public class ContainerPriority extends AEBaseContainer @Override public void detectAndSendChanges() { + super.detectAndSendChanges(); verifyPermissions( SecurityPermissions.BUILD, false ); if ( Platform.isServer() )