From: Mario Date: Thu, 29 Jan 2015 16:51:53 +0000 (+1100) Subject: Attempt to fix a pure evil crash (untested) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=086b6d7f60eb66af99eeb77e7c8cd858579e2fa9;p=xonotic%2Fdarkplaces.git Attempt to fix a pure evil crash (untested) --- diff --git a/host_cmd.c b/host_cmd.c index 2d3d4dd0..66227370 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -1824,6 +1824,7 @@ static void Host_PreSpawn_f (void) if (host_client->prespawned) { Con_Print("prespawn not valid -- already prespawned\n"); + SV_DropClient (false); // kicked return; } host_client->prespawned = true;