From: havoc Date: Sun, 26 Jun 2005 00:51:03 +0000 (+0000) Subject: removed "%s changed model to %s" message on .playermodel changes (it was unintended) X-Git-Tag: xonotic-v0.1.0preview~4721 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=71101f6373b765b5680dd3009431e65291ed2c49;p=xonotic%2Fdarkplaces.git removed "%s changed model to %s" message on .playermodel changes (it was unintended) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5463 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index 79665d2e..3399b49d 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -818,8 +818,6 @@ void Host_Playermodel_f (void) PRVM_GETEDICTFIELDVALUE(host_client->edict, eval_playermodel)->string = PRVM_SetEngineString(host_client->playermodel); if (strcmp(host_client->old_model, host_client->playermodel)) { - if (host_client->spawned) - SV_BroadcastPrintf("%s changed model to %s\n", host_client->name, host_client->playermodel); strcpy(host_client->old_model, host_client->playermodel); /*// send notification to all clients MSG_WriteByte (&sv.reliable_datagram, svc_updatepmodel);