From c9b0fa32db0baecaf6d6b4f30dbb5042c24515b1 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 12 Feb 2006 19:43:45 +0000 Subject: [PATCH] moved sendsignon = true back to where it was, as it is directly related to the message writing above it git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5975 d7cf8633-e32d-0410-b094-e92efae38249 --- host_cmd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host_cmd.c b/host_cmd.c index d816a7f3..f5f5fcc4 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -1356,8 +1356,6 @@ void Host_Spawn_f (void) PRVM_ExecuteProgram (prog->globals.server->PutClientInServer, "QC function PutClientInServer is missing"); } - host_client->sendsignon = true; - if (!host_client->netconnection) return; @@ -1423,6 +1421,8 @@ void Host_Spawn_f (void) MSG_WriteByte (&host_client->netconnection->message, svc_signonnum); MSG_WriteByte (&host_client->netconnection->message, 3); + + host_client->sendsignon = true; } /* -- 2.39.2