diff options
Diffstat (limited to 'src/game/g_team.c')
-rw-r--r-- | src/game/g_team.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_team.c b/src/game/g_team.c index 6ffac38..a89d043 100644 --- a/src/game/g_team.c +++ b/src/game/g_team.c @@ -225,6 +225,8 @@ void G_LeaveTeam( gentity_t *self ) G_namelog_update_score( self->client ); ent->client->pers.newTeam = TEAM_NONE; + + admin_writeconfig(); } /* |