summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/motdconfig.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/functions/motdconfig.txt')
-rw-r--r--world/map/npc/functions/motdconfig.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/motdconfig.txt b/world/map/npc/functions/motdconfig.txt
index f2541ea6..9ad2b43f 100644
--- a/world/map/npc/functions/motdconfig.txt
+++ b/world/map/npc/functions/motdconfig.txt
@@ -12,6 +12,7 @@ function|script|MOTDConfig
"toggle|Toggle MOTD", L_Toggle;
L_Toggle:
+ gmlog strcharinfo(0) + " enabled or disabled the MOTD.";
set $@MOTD_Disabled, !$@MOTD_Disabled;
close2;
return;