summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index f2dee3ca..74e2d575 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -308,7 +308,7 @@ void G_RegisterPlayerModels( void )
class = BG_FindModelNameForClass( i );
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 );
+ trap_SetConfigstring( CS_PRECACHES + i, s );
}
}