From 6ffc737f57623dd390a776cf0a2e4374ccfa95ce Mon Sep 17 00:00:00 2001 From: Shpoike Date: Sat, 18 Mar 2023 11:15:29 +0000 Subject: [PATCH] Fix stupid unqueryable-userinfo bug. --- Quake/pr_ext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Quake/pr_ext.c b/Quake/pr_ext.c index 21a820c5..6a2b68c8 100644 --- a/Quake/pr_ext.c +++ b/Quake/pr_ext.c @@ -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;