Skip to content

Commit

Permalink
more housecleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
joe0x04 committed Dec 15, 2020
1 parent 7bb5601 commit b1b3a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g_arena.c
Expand Up @@ -970,7 +970,7 @@ void G_ChangeArena(gclient_t *cl, arena_t *arena)

index = arena_find_cl_slot(arena);

// reset arena back to defaults if we're the last to leave
// reset arena back to defaults
if (arena->modified && arena->client_count == 0) {
G_ApplyDefaults(arena);
}
Expand Down

0 comments on commit b1b3a1a

Please sign in to comment.