summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-02 17:46:35 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-02 17:46:35 -0300
commitf23fce1360a80e7bb5a7645ffa276d89eed415ff (patch)
tree4d0e40f35939a4c6781550481347708c14db2c34 /npc
parent457bc69832b052167080b54a63c93e475bd3eed9 (diff)
downloadserverdata-f23fce1360a80e7bb5a7645ffa276d89eed415ff.tar.gz
serverdata-f23fce1360a80e7bb5a7645ffa276d89eed415ff.tar.bz2
serverdata-f23fce1360a80e7bb5a7645ffa276d89eed415ff.tar.xz
serverdata-f23fce1360a80e7bb5a7645ffa276d89eed415ff.zip
Bad operand
Diffstat (limited to 'npc')
-rw-r--r--npc/commands/ipcheck.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/ipcheck.txt b/npc/commands/ipcheck.txt
index eab4e825a..df72e1f5a 100644
--- a/npc/commands/ipcheck.txt
+++ b/npc/commands/ipcheck.txt
@@ -15,7 +15,7 @@ OnCall:
.@request$ = strcharinfo(0);
else
.@request$ = implode(.@atcmd_parameters$, " ");
- dispbottom strcharinfo(0)+": IP "getcharip(.@request$);
+ dispbottom strcharinfo(0)+": IP "+getcharip(.@request$);
end;
OnInit: