diff --git a/discord_verificiation/scripting/unloze_player_time.sp b/discord_verificiation/scripting/unloze_player_time.sp index 920ec6c..86029e0 100644 --- a/discord_verificiation/scripting/unloze_player_time.sp +++ b/discord_verificiation/scripting/unloze_player_time.sp @@ -967,6 +967,10 @@ public void OnClientConnected(int client) public void OnClientPostAdminFilter(int client) { + if (IsFakeClient(client)) + { + return; + } SetTierRewards(client); Call_StartForward(g_hForwardPlayerTier);