diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 17:55:32 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 17:55:32 -0200 |
commit | 8a9714ebee5899637d1f79ca2826ced8f8229502 (patch) | |
tree | 798465963593799e9884bb290213ee3a273e7b50 /npc | |
parent | fc9ded2370fb4c868eb4793cd3ce0dbb492e47c3 (diff) | |
download | serverdata-8a9714ebee5899637d1f79ca2826ced8f8229502.tar.gz serverdata-8a9714ebee5899637d1f79ca2826ced8f8229502.tar.bz2 serverdata-8a9714ebee5899637d1f79ca2826ced8f8229502.tar.xz serverdata-8a9714ebee5899637d1f79ca2826ced8f8229502.zip |
You insensible MotD!
Diffstat (limited to 'npc')
-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 |