diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:33:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-02 19:33:35 -0300 |
commit | d654b24da0fef3535426575a649bd4f9623827b7 (patch) | |
tree | 2cf43b93b12d22ff9f607d1ca7de27ca42a066be /npc | |
parent | 88c265256f183c4bfe5d7a7134d1d6065e244cfa (diff) | |
download | serverdata-d654b24da0fef3535426575a649bd4f9623827b7.tar.gz serverdata-d654b24da0fef3535426575a649bd4f9623827b7.tar.bz2 serverdata-d654b24da0fef3535426575a649bd4f9623827b7.tar.xz serverdata-d654b24da0fef3535426575a649bd4f9623827b7.zip |
[skip ci] fix bug with no friends
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/clientversion.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index b51824889..22c0c476a 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -51,6 +51,7 @@ function script checkclientversion { .@ref$=""; } } else { + .@ref$="None"; mesn l("TMW2 Staff"); mesc l("I see. Well, welcome to the game! If you have any doubt, shout on #world for help!"), 3; next; |