This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit d15e455d16ee7ffeec51d36e74fc82957c39cfe6 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Thu Sep 25 00:32:35 2014 +0000 All: Don't print the 'entered the game' messages to console --- MP/code/game/g_client.c | 4 +++- SP/code/game/g_client.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/MP/code/game/g_client.c b/MP/code/game/g_client.c index 5a6f60e..3d5dc3e 100644 --- a/MP/code/game/g_client.c +++ b/MP/code/game/g_client.c @@ -1716,8 +1716,8 @@ void ClientBegin( int clientNum ) { AICast_ScriptEvent( AICast_GetCastState( clientNum ), "spawn", "" ); } +/* if ( client->sess.sessionTeam != TEAM_SPECTATOR ) { - if ( g_gametype.integer != GT_TOURNAMENT ) { // Ridah if ( !( ent->r.svFlags & SVF_CASTAI ) ) { @@ -1726,6 +1726,8 @@ void ClientBegin( int clientNum ) { } } } +*/ + G_LogPrintf( "ClientBegin: %i\n", clientNum ); // Xian - Check for maxlives enforcement diff --git a/SP/code/game/g_client.c b/SP/code/game/g_client.c index f60b58c..a12079d 100644 --- a/SP/code/game/g_client.c +++ b/SP/code/game/g_client.c @@ -1596,8 +1596,8 @@ void ClientBegin( int clientNum ) { AICast_ScriptEvent( AICast_GetCastState( clientNum ), "spawn", "" ); } +/* if ( client->sess.sessionTeam != TEAM_SPECTATOR ) { - if ( g_gametype.integer != GT_TOURNAMENT ) { // Ridah if ( !(ent->r.svFlags & SVF_CASTAI) ) { @@ -1606,6 +1606,8 @@ void ClientBegin( int clientNum ) { } } } +*/ + G_LogPrintf( "ClientBegin: %i\n", clientNum ); // count current clients and rank for scoreboard -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

