From 82916e83ef014fd4821690d53b337628ff444d23 Mon Sep 17 00:00:00 2001 From: WBHarry Date: Sat, 6 Jun 2026 01:24:40 +0200 Subject: [PATCH] Fixed so that only GMs can access the Countdown Edit menu --- 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}}