Main to dev #77

Merged
OpzekerIT merged 53 commits from main into dev 2023-10-13 17:25:56 +00:00
Showing only changes of commit a44d3b5d44 - Show all commits

View file

@ -5,7 +5,6 @@ if ($PSScriptRoot.length -eq 0) {
else { else {
$scriptroot = $PSScriptRoot $scriptroot = $PSScriptRoot
} }
$matches = 5
function get-killstats { function get-killstats {
param ( param (
$player_name, $player_name,
@ -42,7 +41,7 @@ foreach ($player in $all_player_matches) {
$i++ $i++
$j = 0 $j = 0
write-output "$($all_player_matches.count) / $i" write-output "$($all_player_matches.count) / $i"
foreach ($match in $player.player_matches | select-object -First $matches) { foreach ($match in $player.player_matches) {
$j++ $j++
write-output "$($player.player_matches.count)/ $j" write-output "$($player.player_matches.count)/ $j"