diff options
Diffstat (limited to 'npc/commands/motd.txt')
-rw-r--r-- | npc/commands/motd.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index c24b31b57..7fadf375e 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -170,7 +170,7 @@ OnPCLoginEvent: // Handle events if ($@GM_EVENT) dispbottom l("An event is happening at Aeros! Hurry up!"); - if ($EVENT$) + if ($EVENT$ != "") dispbottom l("It's @@ (day)!", $EVENT$); // Handle MOTD |