mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
Fix stupid unqueryable-userinfo bug.
This commit is contained in:
parent
2e01e89a49
commit
6ffc737f57
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue