diff options
Diffstat (limited to 'localserver/npc/motd-text.txt')
-rw-r--r-- | localserver/npc/motd-text.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/localserver/npc/motd-text.txt b/localserver/npc/motd-text.txt new file mode 100644 index 0000000..093616e --- /dev/null +++ b/localserver/npc/motd-text.txt @@ -0,0 +1,4 @@ +function script MOTD_text { + setarray $MOTD_Messages$,""; + return; +} |