From 086b6d7f60eb66af99eeb77e7c8cd858579e2fa9 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 30 Jan 2015 03:51:53 +1100 Subject: [PATCH] Attempt to fix a pure evil crash (untested) --- host_cmd.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2