scaleGrid icon indicating copy to clipboard operation
scaleGrid copied to clipboard

Buttons visible to players

Open yjeroen opened this issue 4 years ago • 1 comments

The buttons on the left menu are visible not only to the GM, but also the players.

They can't use it at least. :) They get a permission error.

yjeroen avatar Mar 16 '20 20:03 yjeroen

@yjeroen Hotfix for this: replace line 1053 of file gridScale.js with:

if (game.user.isGM) {
    controls.push(sgLayer.newButtons);
}

mech-tools avatar May 06 '20 13:05 mech-tools