diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/politics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt index 70fc08941..997cd3cf7 100644 --- a/npc/functions/politics.txt +++ b/npc/functions/politics.txt @@ -196,7 +196,7 @@ function script POL_Candidate { } next; - if (#POL_VOTEDAY == gettimeparam(GETTIME_DAYOFMONTH)) + if (#POL_VOTEDAY == gettimeparam(GETTIME_DAYOFMONTH) || is_gm()) return; mesc l("In whom to vote?"); select .@list$; |