adding fakeclient check

This commit is contained in:
jenz 2026-04-21 13:45:37 +02:00
parent c07f8839bb
commit a3f0c662eb

View File

@ -209,7 +209,7 @@ public int Native_GetPlayerWorthRTV_boost(Handle plugin, int numParams)
} }
int avg = GetAveragePlayerActiveTimeServer(); 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; return 1;
} }