thanks madness

This commit is contained in:
jenz 2026-03-23 15:40:25 +01:00
parent 3122ed0210
commit a5a856073e

View File

@ -41,7 +41,7 @@ public void OnConVarQueryFinished(QueryCookie cookie, int client, ConVarQueryRes
return; return;
if (result != ConVarQuery_Okay) 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); int len = strlen(cvarValue);
for (int i = 0; i < len; i++) for (int i = 0; i < len; i++)