summaryrefslogtreecommitdiff
path: root/src/game/g_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r--src/game/g_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c
index 77846960..fe220be9 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -1164,7 +1164,7 @@ void ClientUserinfoChanged( int clientNum )
trap_SetConfigstring( CS_PLAYERS + clientNum, s );
- G_LogPrintf( "ClientUserinfoChanged: %i %s\n", clientNum, s );
+ /*G_LogPrintf( "ClientUserinfoChanged: %i %s\n", clientNum, s );*/
}