lmao error
This commit is contained in:
parent
ea257beb41
commit
05674446ae
@ -256,7 +256,7 @@ public int OnTransferResponse(char[] sData, int iSerial)
|
|||||||
|
|
||||||
int tier_required = GetConVarInt(g_Cvar_TierClanLVL);
|
int tier_required = GetConVarInt(g_Cvar_TierClanLVL);
|
||||||
int client_tier = GetPlayerTier_native(client);
|
int client_tier = GetPlayerTier_native(client);
|
||||||
if (!HasClanTag(client) && client >= tier_required)
|
if (!HasClanTag(client) && client_tier >= tier_required)
|
||||||
{
|
{
|
||||||
char tag[64];
|
char tag[64];
|
||||||
Format(tag, sizeof(tag), "[LVL %i]", I_player_points/1000);
|
Format(tag, sizeof(tag), "[LVL %i]", I_player_points/1000);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user