From c38bfd6637cd34f902fb385913e1b5c7de9191c6 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 30 Jan 2015 04:18:53 +1100 Subject: [PATCH] Make it compile (another test case) --- sv_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sv_user.c b/sv_user.c index 1dcdb76f..38afe7b5 100644 --- a/sv_user.c +++ b/sv_user.c @@ -859,7 +859,7 @@ void SV_ReadClientMessage(void) *q = 0; if (strncasecmp(s, "spawn", 5) == 0 || strncasecmp(s, "begin", 5) == 0 - || (strncasecmp(s, "prespawn", 8) == 0 && !src_client->prespawned)) + || (strncasecmp(s, "prespawn", 8) == 0 && !host_client->prespawned)) Cmd_ExecuteString (s, src_client, true); else if (PRVM_serverfunction(SV_ParseClientCommand)) { -- 2.39.2