summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-12-13 12:24:26 -0500
committergumi <mekolat@users.noreply.github.com>2016-12-13 12:24:26 -0500
commitb4935b2f81ff9e8903dd89228ff97fc03b584c73 (patch)
tree6d50a9e7d30f952f0d7e49a2ffdd2280e191d768 /.tools
parent7425036bc37857e6bfc6a6530e05bd3df94c88f4 (diff)
downloadserverdata-b4935b2f81ff9e8903dd89228ff97fc03b584c73.tar.gz
serverdata-b4935b2f81ff9e8903dd89228ff97fc03b584c73.tar.bz2
serverdata-b4935b2f81ff9e8903dd89228ff97fc03b584c73.tar.xz
serverdata-b4935b2f81ff9e8903dd89228ff97fc03b584c73.zip
remove motd-text, make debug motd use a temp global var
Diffstat (limited to '.tools')
-rw-r--r--.tools/npc/motd-debug-text.txt2
-rw-r--r--.tools/npc/motd-text.txt4
2 files changed, 1 insertions, 5 deletions
diff --git a/.tools/npc/motd-debug-text.txt b/.tools/npc/motd-debug-text.txt
index 1dc8621f..a57c9a2a 100644
--- a/.tools/npc/motd-debug-text.txt
+++ b/.tools/npc/motd-debug-text.txt
@@ -1,4 +1,4 @@
function script MOTD_debug_text {
- setarray $Debug_Messages$,"";
+ setarray $@Debug_Messages$[0], "";
return;
}
diff --git a/.tools/npc/motd-text.txt b/.tools/npc/motd-text.txt
deleted file mode 100644
index 093616e0..00000000
--- a/.tools/npc/motd-text.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-function script MOTD_text {
- setarray $MOTD_Messages$,"";
- return;
-}