missed fakeclient check
This commit is contained in:
parent
d1d99a9e2c
commit
ea257beb41
@ -967,6 +967,10 @@ public void OnClientConnected(int client)
|
||||
|
||||
public void OnClientPostAdminFilter(int client)
|
||||
{
|
||||
if (IsFakeClient(client))
|
||||
{
|
||||
return;
|
||||
}
|
||||
SetTierRewards(client);
|
||||
|
||||
Call_StartForward(g_hForwardPlayerTier);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user