From a5a856073e9dc72f220964448fd85ff8beb93a06 Mon Sep 17 00:00:00 2001 From: jenz Date: Mon, 23 Mar 2026 15:40:25 +0100 Subject: [PATCH] thanks madness --- FPSMaxEnforce/scripting/FPSMaxEnforce.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FPSMaxEnforce/scripting/FPSMaxEnforce.sp b/FPSMaxEnforce/scripting/FPSMaxEnforce.sp index 5d62837..9caa93b 100644 --- a/FPSMaxEnforce/scripting/FPSMaxEnforce.sp +++ b/FPSMaxEnforce/scripting/FPSMaxEnforce.sp @@ -41,7 +41,7 @@ public void OnConVarQueryFinished(QueryCookie cookie, int client, ConVarQueryRes return; if (result != ConVarQuery_Okay) - LogError("Could not query ConVar \"cvarName\" for %N", client); + LogError("Could not query ConVar fps_max for %N", client); int len = strlen(cvarValue); for (int i = 0; i < len; i++)