Fixed Priority Screens.
This commit is contained in:
parent
36f81cf0b7
commit
e99d675897
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@ public class ContainerPriority extends AEBaseContainer
|
||||||
}
|
}
|
||||||
|
|
||||||
@GuiSync(2)
|
@GuiSync(2)
|
||||||
long PriorityValue = -1;
|
public long PriorityValue = -1;
|
||||||
|
|
||||||
public void setPriority(int newValue, EntityPlayer player)
|
public void setPriority(int newValue, EntityPlayer player)
|
||||||
{
|
{
|
||||||
|
@ -45,6 +45,7 @@ public class ContainerPriority extends AEBaseContainer
|
||||||
@Override
|
@Override
|
||||||
public void detectAndSendChanges()
|
public void detectAndSendChanges()
|
||||||
{
|
{
|
||||||
|
super.detectAndSendChanges();
|
||||||
verifyPermissions( SecurityPermissions.BUILD, false );
|
verifyPermissions( SecurityPermissions.BUILD, false );
|
||||||
|
|
||||||
if ( Platform.isServer() )
|
if ( Platform.isServer() )
|
||||||
|
|
Loading…
Reference in a new issue