Skip to content

Commit

Permalink
Merge pull request #453 from scottbenton/feat/world-permissions
Browse files Browse the repository at this point in the history
fix(worlds): Fixed world permissions
  • Loading branch information
scottbenton authored May 30, 2024
2 parents 501d1fc + 67cff30 commit 5bda027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/features/worlds/useWorldPermissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function useWorldPermissions() {
);

return {
showGMFields: showGuidedPlayerView,
showGMFields: !showGuidedPlayerView,
showGMTips: showGuideTips,
isGuidedGame: campaignType === CampaignType.Guided,
isSinglePlayer,
Expand Down

0 comments on commit 5bda027

Please sign in to comment.