mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- Don't notify when other players use the chasecam in deathmatch.
SVN r3869 (trunk)
This commit is contained in:
parent
a2c761bee6
commit
8f81f57ce7
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue