Swap g_altExcellent with g_multiKill

This commit is contained in:
Izuru Yakumo
2025-07-15 15:51:59 -03:00
parent 603c2d65e6
commit cf31d9ac2b
5 changed files with 10 additions and 10 deletions

View File

@@ -363,7 +363,7 @@ void CG_ParseServerinfo( void ) {
cgs.roundtime = atoi( Info_ValueForKey( info, "elimination_roundtime" ) );
cgs.nopickup = atoi( Info_ValueForKey( info, "g_rockets" ) ) + atoi( Info_ValueForKey( info, "g_instantgib" ) ) + atoi( Info_ValueForKey( info, "g_elimination" ) );
cgs.lms_mode = atoi( Info_ValueForKey( info, "g_lms_mode" ) );
cgs.altExcellent = atoi( Info_ValueForKey( info, "g_altExcellent" ) );
cgs.altExcellent = atoi( Info_ValueForKey( info, "g_multiKill" ) );
mapname = Info_ValueForKey( info, "mapname" );
Com_sprintf( cgs.mapname, sizeof( cgs.mapname ), "maps/%s.bsp", mapname );
Q_strncpyz( cgs.redTeam, Info_ValueForKey( info, "g_redTeam" ), sizeof(cgs.redTeam) );