Fixed regression in guide message
This commit is contained in:
parent
a60f8e7412
commit
327ebb0ac1
1 changed files with 2 additions and 1 deletions
|
@ -232,7 +232,8 @@ public abstract class BlockAbstractContainer extends BlockContainer implements I
|
|||
if (enumHand != EnumHand.MAIN_HAND) {
|
||||
return true;
|
||||
}
|
||||
if (ClientCameraHandler.isOverlayEnabled) {
|
||||
if ( world.isRemote
|
||||
&& ClientCameraHandler.isOverlayEnabled ) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue