diff options
-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; } |