From 7243106c7048ebc9896061bfdffb031787e78f98 Mon Sep 17 00:00:00 2001 From: IronClawTrem Date: Thu, 26 Mar 2020 17:23:17 +0000 Subject: dont log pm's ever --- src/game/g_cmds.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/game/g_cmds.c b/src/game/g_cmds.c index 3e5c8ba..9d86fdf 100644 --- a/src/game/g_cmds.c +++ b/src/game/g_cmds.c @@ -5566,9 +5566,6 @@ void G_PrivateMessage( gentity_t *ent ) ADMP( va( "^%cPrivate message: ^7%s\n", color, msg ) ); ADMP( va( "^%csent to Console.\n", color ) ); - G_LogPrintf( "privmsg: %s^7: Console: ^6%s^7\n", - ( ent ) ? ent->client->pers.netname : "Console", msg ); - return; } @@ -5608,11 +5605,6 @@ void G_PrivateMessage( gentity_t *ent ) ADMP( va( "^%cPrivate message: ^7%s\n", color, msg ) ); ADMP( va( "%s\n", str ) ); - - G_LogPrintf( "%s: %s^7: %s^7: %s\n", - ( teamonly ) ? "tprivmsg" : "privmsg", - ( ent ) ? ent->client->pers.netname : "console", - name, msg ); } if( ignored ) -- cgit