Fix electrocution stat tracker ONLY giving for teammate hits
This commit is contained in:
parent
f13547d9da
commit
9477345823
@ -37,7 +37,7 @@ public class ElectrocutionStatTracker extends StatTracker<Game>
|
||||
|
||||
GameTeam struckTeam = getGame().GetTeam(struckPlayer);
|
||||
|
||||
if (struckTeam != null && playerTeam != null && struckTeam != playerTeam) {
|
||||
if (struckTeam != null && playerTeam != null && struckTeam == playerTeam) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user