summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-14 13:05:38 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-14 13:05:38 -0300
commita1abb62b694ca97e4e52d8d97ae38c1b49302e62 (patch)
tree024c95ee96daf045f57c3d074a12899c4272a3f1 /npc/commands/debug.txt
parentfa5508066e13ec78f395640f1a8617b7e35695c2 (diff)
downloadserverdata-a1abb62b694ca97e4e52d8d97ae38c1b49302e62.tar.gz
serverdata-a1abb62b694ca97e4e52d8d97ae38c1b49302e62.tar.bz2
serverdata-a1abb62b694ca97e4e52d8d97ae38c1b49302e62.tar.xz
serverdata-a1abb62b694ca97e4e52d8d97ae38c1b49302e62.zip
Why do they keep changing syntax?
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index 269fdb60..a2b25447 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -564,7 +564,7 @@ OnSetVar:
getd(sprintf("%s[%d]", .@cmd$, .@idx)));
if (!is_trusted())
- atcommand("@request System Information: "+.@msg$);
+ charcommand("@request System Information: "+.@msg$);
else
dispbottom(.@msg$);
end;
@@ -581,7 +581,7 @@ OnGetVar:
getd(sprintf("%s[%d]", .@cmd$, .@idx)));
if (!is_trusted())
- atcommand("@request System Information: "+.@mg$);
+ charcommand("@request System Information: "+.@mg$);
else
dispbottom(.@mg$);
end;