- Don't notify when other players use the chasecam in deathmatch.

SVN r3869 (trunk)
This commit is contained in:
Randy Heit 2012-09-09 03:07:41 +00:00
parent a2c761bee6
commit 8f81f57ce7
1 changed files with 2 additions and 2 deletions

View File

@ -519,8 +519,8 @@ void cht_DoCheat (player_t *player, int cheat)
if (player == &players[consoleplayer])
Printf ("%s\n", msg);
else
Printf ("%s is a cheater: %s\n", player->userinfo.netname, msg);
else if (cheat != CHT_CHASECAM)
Printf ("%s cheats: %s\n", player->userinfo.netname, msg);
}
const char *cht_Morph (player_t *player, const PClass *morphclass, bool quickundo)