Skip to content

Commit

Permalink
right way check
Browse files Browse the repository at this point in the history
  • Loading branch information
Deleted user committed Aug 19, 2024
1 parent 30ac076 commit ca05d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/statistics/entities/death_stats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ BSQL_PROTECT_DATUM(/datum/entity/statistic_death)
if(new_death.cause_name)
track_statistic_earned(new_death.faction_name, STATISTIC_TYPE_WEAPON, new_death.cause_name, ff_type ? STATISTICS_DEATH_FF : STATISTICS_DEATH, 1, player_entity)

#if !defined(UNIT_TESTS)
#ifndef UNIT_TESTS
if(SSticker.mode && GLOB.round_statistics)
GLOB.round_statistics.death_stats_list += new_death
#endif
Expand Down

0 comments on commit ca05d3f

Please sign in to comment.