Fix stupid unqueryable-userinfo bug.

This commit is contained in:
Shpoike 2023-03-18 11:15:29 +00:00
parent 2e01e89a49
commit 6ffc737f57
1 changed files with 0 additions and 1 deletions

View File

@ -4227,7 +4227,6 @@ static void PF_infokey_internal(qboolean returnfloat)
r = Info_GetKey(cl->userinfo, key, buf, sizeof(buf));
if (!*r)
r = NULL;
r = NULL;
}
}
else r = NULL;