diff options
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r-- | npc/commands/scheduled-broadcasts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt index 38aa23b69..4ea5a5a71 100644 --- a/npc/commands/scheduled-broadcasts.txt +++ b/npc/commands/scheduled-broadcasts.txt @@ -123,7 +123,7 @@ function script StoneBoard { { announce $@SCHED_Msg$, bc_all; } - logmes "Scheduled Broadcast: A new broadcast was added"; + logmes "Scheduled Broadcast: A new broadcast was added", LOGMES_ATCOMMAND; case 1: return; } |