mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
parent
39a72e176b
commit
e745ebdc28
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ public class BlockLaserRelay extends BlockContainerBase implements IHudDisplay{
|
|||
|
||||
return true;
|
||||
}
|
||||
else if(relay instanceof TileEntityLaserRelayItemWhitelist && player.isSneaking()){
|
||||
else if(relay instanceof TileEntityLaserRelayItemWhitelist){
|
||||
if(!world.isRemote){
|
||||
player.openGui(ActuallyAdditions.instance, GuiHandler.GuiTypes.LASER_RELAY_ITEM_WHITELIST.ordinal(), world, pos.getX(), pos.getY(), pos.getZ());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue