From d030bfba34cc243c89a32ef9d2b67d91461cfcaf Mon Sep 17 00:00:00 2001 From: WBHarry <89362246+WBHarry@users.noreply.github.com> Date: Sun, 7 Jun 2026 00:13:57 +0200 Subject: [PATCH] Fixed so that only GMs can access the Countdown Edit menu (#1979) --- templates/ui/countdowns.hbs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/templates/ui/countdowns.hbs b/templates/ui/countdowns.hbs index faaffdc5..4a77dfd7 100644 --- a/templates/ui/countdowns.hbs +++ b/templates/ui/countdowns.hbs @@ -2,9 +2,11 @@
{{localize "DAGGERHEART.UI.Countdowns.title"}} - - - + {{#if isGM}} + + + + {{/if}}