thanks madness
This commit is contained in:
parent
3122ed0210
commit
a5a856073e
@ -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++)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user