Fixed regression in guide message

This commit is contained in:
Unknown 2018-06-30 09:15:15 +02:00 committed by unknown
parent a60f8e7412
commit 327ebb0ac1

View file

@ -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;
}