diff --git a/discord_verificiation/scripting/unloze_player_time.sp b/discord_verificiation/scripting/unloze_player_time.sp index d5ff493..30afdfd 100644 --- a/discord_verificiation/scripting/unloze_player_time.sp +++ b/discord_verificiation/scripting/unloze_player_time.sp @@ -209,7 +209,7 @@ public int Native_GetPlayerWorthRTV_boost(Handle plugin, int numParams) } int avg = GetAveragePlayerActiveTimeServer(); - if (g_iPlayerTimeServer[client] <= avg || avg == 0 || is_bot_player[client]) + if (g_iPlayerTimeServer[client] <= avg || avg == 0 || is_bot_player[client] || IsFakeClient(client)) { return 1; }