]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Opps, forgot to remove more country code due to Merge Request discussion
authorLegendaryGuard <rootuser999@gmail.com>
Sat, 19 Jun 2021 17:45:44 +0000 (19:45 +0200)
committerLegendaryGuard <rootuser999@gmail.com>
Sat, 19 Jun 2021 17:45:44 +0000 (19:45 +0200)
qcsrc/common/ent_cs.qh

index e708be1c3fca020e473d166a71089c72ae7cf8c0..db0dc466ba9144c076f9f60284e5366c68055645 100644 (file)
@@ -133,12 +133,6 @@ REGISTER_NET_TEMP(CLIENT_ENTCS)
                return ColorTranslateRGB(e ? e.netname : getplayerkeyvalue(i, "name"));
        }
 
-       int entcs_GetCountryCode(int i)
-       {
-               entity e = entcs_receiver(i);
-               return e.countrycode;
-       }
-
     /**
      * @param i zero indexed player
      */