From: havoc Date: Sun, 12 Feb 2006 19:43:45 +0000 (+0000) Subject: moved sendsignon = true back to where it was, as it is directly related to the messag... X-Git-Tag: xonotic-v0.1.0preview~4336 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c9b0fa32db0baecaf6d6b4f30dbb5042c24515b1;p=xonotic%2Fdarkplaces.git 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 --- 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; } /*