diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game/g_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c index 8f39f4fb..8a26fba2 100644 --- a/src/game/g_main.c +++ b/src/game/g_main.c @@ -304,7 +304,6 @@ void G_RegisterPlayerModels( void ) for( i = PCL_NONE + 1; i < PCL_NUM_CLASSES; i++ ) { class = BG_FindModelNameForClass( i ); - Com_Printf( ":%s: ", class ); s = va("n\\%s%d\\t\\%i\\model\\%s\\hmodel\\%s\\g_redteam\\%s\\g_blueteam\\%s\\c1\\%s\\hc\\%i\\w\\%i\\l\\%i\\tt\\%d\\tl\\%d", "precache", i, 0, class, class, 0, 0, "7", 100, 0, 0, 0, 0); trap_SetConfigstring( CS_PLAYERS + MAX_CLIENTS + i, s ); |