From ee1bbd062c48fff074b8331e8275183acc20eeff Mon Sep 17 00:00:00 2001 From: Lanta Date: Mon, 20 Nov 2023 11:39:48 +0100 Subject: [PATCH] output --- update/matchparser.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/update/matchparser.ps1 b/update/matchparser.ps1 index 568c728..e3570e9 100644 --- a/update/matchparser.ps1 +++ b/update/matchparser.ps1 @@ -183,7 +183,8 @@ function Get-MatchStatsPlayer { $winratio = Get-winratio -player_wins $player_wins -player_matches $player_matches $change = get-change -OldWinRatio $winratio_old -NewWinRatio $winratio - write-host 'event' + write-host $filterProperty$ + write-host $typemodevalue write-host "Calculating for player $player" write-host "new winratio $winratio" write-host "Old winratio $winratio_old"