diff options
Diffstat (limited to 'npc/commands/music.txt')
-rw-r--r-- | npc/commands/music.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/music.txt b/npc/commands/music.txt index 144dc059a..68e4e229f 100644 --- a/npc/commands/music.txt +++ b/npc/commands/music.txt @@ -15,7 +15,7 @@ end; OnCall: - if (!is_evtc()) + if (!is_gm()) { end; } |