From a3f0c662eb22045a04de49c9ccae7e0c16fd09e4 Mon Sep 17 00:00:00 2001 From: jenz Date: Tue, 21 Apr 2026 13:45:37 +0200 Subject: [PATCH] adding fakeclient check --- discord_verificiation/scripting/unloze_player_time.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }