diff options
Diffstat (limited to 'src/game/g_team.c')
-rw-r--r-- | src/game/g_team.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/g_team.c b/src/game/g_team.c index 881ed35a..f2293922 100644 --- a/src/game/g_team.c +++ b/src/game/g_team.c @@ -145,7 +145,7 @@ static int QDECL SortClients( const void *a, const void *b ) TeamplayLocationsMessage Format: - clientNum location health armor weapon powerups + clientNum location health armor weapon misc ================== */ @@ -198,7 +198,7 @@ void TeamplayInfoMessage( gentity_t *ent ) " %i %i %i %i %i %i", // level.sortedClients[i], player->client->pers.teamState.location, h, a, i, player->client->pers.teamState.location, h, a, - player->client->ps.weapon, player->s.powerups ); + player->client->ps.weapon, player->s.misc ); j = strlen( entry ); |