diff options
Diffstat (limited to 'src/game/g_team.c')
-rw-r--r-- | src/game/g_team.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_team.c b/src/game/g_team.c index 133711b..1d8d102 100644 --- a/src/game/g_team.c +++ b/src/game/g_team.c @@ -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 ); |