2 parents 1547eac + b084fe6 commit 7a7bc74Copy full SHA for 7a7bc74
1 file changed
src/match.c
@@ -598,7 +598,7 @@ void OnePlayerStats(gedict_t *p, int tp)
598
maxspree_q = max(p->ps.spree_max_q, maxspree_q);
599
maxdmgg = max(p->ps.dmg_g, maxdmgg);
600
maxrlkills = max(p->ps.wpn[wpRL].ekills, maxrlkills);
601
- maxsgeffi = max(h_sg, maxsgeffi);
+ maxsgeffi = max(e_sg, maxsgeffi);
602
}
603
604
// Players statistics printout here
0 commit comments