Skip to content

Commit 7a7bc74

Browse files
committed
Merge pull request #26 from JosephPecoraro/fix-boomsticker
TP_STATS: Fix for Boomsticker stat.
2 parents 1547eac + b084fe6 commit 7a7bc74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/match.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ void OnePlayerStats(gedict_t *p, int tp)
598598
maxspree_q = max(p->ps.spree_max_q, maxspree_q);
599599
maxdmgg = max(p->ps.dmg_g, maxdmgg);
600600
maxrlkills = max(p->ps.wpn[wpRL].ekills, maxrlkills);
601-
maxsgeffi = max(h_sg, maxsgeffi);
601+
maxsgeffi = max(e_sg, maxsgeffi);
602602
}
603603

604604
// Players statistics printout here

0 commit comments

Comments
 (0)