From 6d13c97c434d70a435649c2a6ac0381b280bdf3b Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Sat, 19 Jun 2021 19:45:44 +0200 Subject: [PATCH] Opps, forgot to remove more country code due to Merge Request discussion --- qcsrc/common/ent_cs.qh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qcsrc/common/ent_cs.qh b/qcsrc/common/ent_cs.qh index e708be1c3..db0dc466b 100644 --- a/qcsrc/common/ent_cs.qh +++ b/qcsrc/common/ent_cs.qh @@ -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 */ -- 2.39.2