From: Mario Date: Thu, 29 Jan 2015 17:18:53 +0000 (+1100) Subject: Make it compile (another test case) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c38bfd6637cd34f902fb385913e1b5c7de9191c6;p=xonotic%2Fdarkplaces.git Make it compile (another test case) --- 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)) {