From 71101f6373b765b5680dd3009431e65291ed2c49 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 26 Jun 2005 00:51:03 +0000 Subject: [PATCH] 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 --- host_cmd.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.39.2