mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Silence array add
This commit is contained in:
parent
a340cc58dd
commit
23aa985658
@ -230,7 +230,7 @@ try {
|
||||
if ($maps.Count) {
|
||||
$argList.Add("-Map=$($maps -join "+")") > $null
|
||||
}
|
||||
$argList.Add($var.ExtraBuildArguments)
|
||||
$argList.Add($var.ExtraBuildArguments) > $null
|
||||
|
||||
Write-Output "Building variant: $($var.Name)"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user