summaryrefslogtreecommitdiff
path: root/npc/commands/scheduled-broadcasts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r--npc/commands/scheduled-broadcasts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt
index 78515e09e..cb40ed7d1 100644
--- a/npc/commands/scheduled-broadcasts.txt
+++ b/npc/commands/scheduled-broadcasts.txt
@@ -7,7 +7,7 @@ function script StoneBoard {
mes l("Please enter the message:");
next;
input .@msg$;
- .@msg$ = strip(.@msg$);
+ //.@msg$ = strip(.@msg$);
if (.@msg$ != "") {
return .@msg$;
}