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++)