From caedf379999e95c79cf459931a396deeaf388a0d Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Fri, 25 Aug 2023 21:30:22 +0100 Subject: [PATCH] im stupid but dont worry about it --- Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut b/Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut index 31bfba009..104ad1792 100644 --- a/Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut +++ b/Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut @@ -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 )