summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
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;