diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 4d98dd002..144d51f0d 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -77,7 +77,7 @@ function script GlobalEventMenu { end; OnCall: - if (!is_evtc()) + if (!is_gm()) { end; } |