Shut up a child throwing a tantrum (#28538)
This commit is contained in:
committed by
GitHub
parent
947ed7bb22
commit
307a0428c7
File diff suppressed because one or more lines are too long
@@ -12,3 +12,5 @@ $ignore = @{
|
|||||||
"ZDDM" = $true
|
"ZDDM" = $true
|
||||||
"TYoung86" = $true
|
"TYoung86" = $true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$add = @("RamZ")
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ function load_contribs([string] $repo)
|
|||||||
$engineJson = load_contribs("space-wizards/RobustToolbox")
|
$engineJson = load_contribs("space-wizards/RobustToolbox")
|
||||||
$contentJson = load_contribs("space-wizards/space-station-14")
|
$contentJson = load_contribs("space-wizards/space-station-14")
|
||||||
|
|
||||||
($engineJson).login + ($contentJson).login `
|
($engineJson).login + ($contentJson).login + ($add) `
|
||||||
| select -unique `
|
| select -unique `
|
||||||
| Where-Object { -not $ignore[$_] }`
|
| Where-Object { -not $ignore[$_] }`
|
||||||
| ForEach-Object { if($replacements[$_] -eq $null){ $_ } else { $replacements[$_] }} `
|
| ForEach-Object { if($replacements[$_] -eq $null){ $_ } else { $replacements[$_] }} `
|
||||||
|
|||||||
Reference in New Issue
Block a user