Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Jul 8, 2023
1 parent 43bf741 commit 74cc53f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Northstar.CustomServers/mod/scripts/vscripts/mp/_stats.nut
Original file line number Diff line number Diff line change
Expand Up @@ -858,13 +858,9 @@ void function OnEpilogueStarted()
}
// add new game data
player.SetPersistentVar( "kdratio_match[0]", kdratio_match )
printt("KD: " + kdratio_match)
player.SetPersistentVar( "kdratiopvp_match[0]", kdratiopvp_match )
printt("KD (PVP): " + kdratiopvp_match)
player.SetPersistentVar( "kdratio_lifetime", kdratio_lifetime )
printt("KD (LIFETIME): " + kdratio_lifetime)
player.SetPersistentVar( "kdratio_lifetime_pvp", kdratio_lifetimepvp )
printt("KD (LIFETIME PVP): " + kdratio_lifetimepvp)
}

// award mvp and top 3 in each team
Expand Down

0 comments on commit 74cc53f

Please sign in to comment.