summaryrefslogtreecommitdiff
path: root/src/game/g_cmds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_cmds.c')
-rw-r--r--src/game/g_cmds.c8
1 files changed, 0 insertions, 8 deletions
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 )