diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-12-28 23:03:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-12-28 23:03:56 -0300 |
commit | 475984e7e8798dbf3fe3f9f3085e90fc9c7b61a4 (patch) | |
tree | cd9c9f79f9934e5cf8440a05e853c49bfce7e8fb | |
parent | f5889550ad52267acba5bd251b7f95b684a60cec (diff) | |
download | serverdata-475984e7e8798dbf3fe3f9f3085e90fc9c7b61a4.tar.gz serverdata-475984e7e8798dbf3fe3f9f3085e90fc9c7b61a4.tar.bz2 serverdata-475984e7e8798dbf3fe3f9f3085e90fc9c7b61a4.tar.xz serverdata-475984e7e8798dbf3fe3f9f3085e90fc9c7b61a4.zip |
Grant @jak1 the Academy Grandmaster title to replace @Crazyfefe
Highlight @Jesusalva and @Saulc
-rw-r--r-- | npc/functions/clientversion.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index cde5a89a5..79934d9eb 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1004,6 +1004,8 @@ function script clientupdater { ACADEMIC_RANK=ACADEMIC_GM; else if (strcharinfo(0) == "Saulc GM") ACADEMIC_RANK=ACADEMIC_GM; + else if (strcharinfo(0) == "jak2") + ACADEMIC_RANK=ACADEMIC_GM; else if (strcharinfo(0) == "LawnCable") ACADEMIC_RANK=ACADEMIC_BACHELOR; else if (strcharinfo(0) == "Kolchak") @@ -1016,7 +1018,7 @@ function script clientupdater { ACADEMIC_RANK=ACADEMIC_STUDENT; else if (strcharinfo(0) == "Mathias Cronqvist") ACADEMIC_RANK=ACADEMIC_STUDENT; - else if (strcharinfo(0) == "manatauro") + else if (strcharinfo(0) == "Manatauro") ACADEMIC_RANK=ACADEMIC_STUDENT; else if (strcharinfo(0) == "GoNzO") ACADEMIC_RANK=ACADEMIC_STUDENT; |