Skip to content

Commit

Permalink
im stupid but dont worry about it
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Aug 25, 2023
1 parent adc40c4 commit caedf37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut
Expand Up @@ -642,7 +642,7 @@ void function HandleKillStats( entity victim, entity attacker, var damageInfo )

// pilotKillsWithHoloPilotActive
if ( victimIsPilot && GetDecoyActiveCountForPlayer( player ) > 0 )
Stats_IncrementStat( player, "kills_stats", "pilotKillsWithAmpedWallActive", "", 1.0 )
Stats_IncrementStat( player, "kills_stats", "pilotKillsWithHoloPilotActive", "", 1.0 )

// pilotKillsWithAmpedWallActive
if ( victimIsPilot && GetAmpedWallsActiveCountForPlayer( player ) > 0 )
Expand Down

0 comments on commit caedf37

Please sign in to comment.