diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 22:30:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 22:30:58 -0300 |
commit | c3ac02f19bd21b196841934cea8205c77c2f51bf (patch) | |
tree | 076af5895bc942844e7b62ee2758035e8a3479c5 /npc/functions/main.txt | |
parent | 9edba2c93d4340b55b1e75adacab3560bb0c4aac (diff) | |
download | serverdata-c3ac02f19bd21b196841934cea8205c77c2f51bf.tar.gz serverdata-c3ac02f19bd21b196841934cea8205c77c2f51bf.tar.bz2 serverdata-c3ac02f19bd21b196841934cea8205c77c2f51bf.tar.xz serverdata-c3ac02f19bd21b196841934cea8205c77c2f51bf.zip |
[skip ci] Full of typos today, uh?
Diffstat (limited to 'npc/functions/main.txt')
-rw-r--r-- | npc/functions/main.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/main.txt b/npc/functions/main.txt index e785e5e68..0318ce69e 100644 --- a/npc/functions/main.txt +++ b/npc/functions/main.txt @@ -263,7 +263,7 @@ function script validatepin { atcommand "@kick "+strcharinfo(0); return 0; } - mesc l("Thanks, @@. We just wanted to be sure it was you.", .@value$); + mesc l("Thanks, @@. We just wanted to be sure it was you.", .@value$[0]); mes ""; return 1; } |