Skip to content

Commit

Permalink
Merge pull request #5169 from kwvanderlinde/bugfix/5168-players-unabl…
Browse files Browse the repository at this point in the history
…e-to-draw

Drawing tools should always be available, even for players
  • Loading branch information
cwisniew authored Feb 5, 2025
2 parents 8eee67d + 5305b5a commit 5303c29
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ public String getTooltip() {
return tooltipKey;
}

@Override
public boolean isAvailable() {
return MapTool.getPlayer().isGM();
}

@Override
protected boolean isLinearTool() {
return strategy.isLinear();
Expand Down

0 comments on commit 5303c29

Please sign in to comment.