mirror of
https://github.com/sinbad/UEScripts.git
synced 2025-02-23 13:15:23 +00:00
Fix duplicated items in prop merge
This commit is contained in:
parent
693dce9e74
commit
175282bf69
@ -129,6 +129,7 @@ function Set-Svn-Props {
|
||||
# use new value
|
||||
$finallist.Add($newitem)
|
||||
++$oldidx
|
||||
$insertednewitem = $true
|
||||
} elseif ($match -gt $oldmatch) {
|
||||
$finallist.Add($olditem)
|
||||
++$oldidx
|
||||
|
Loading…
x
Reference in New Issue
Block a user