diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/commands/motd.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/commands/motd.txt b/npc/commands/motd.txt index 5813b53c..f6a0369a 100644 --- a/npc/commands/motd.txt +++ b/npc/commands/motd.txt @@ -9,7 +9,9 @@ function script displayMOTD { { dispbottom $Debug_Messages$[.@i]; // FIXME: send this to the Debug tab instead } - dispbottom "---"; + + if (.@dsize > 0) + dispbottom "---"; } // generic MOTD |