Shut up a child throwing a tantrum (#28538)

This commit is contained in:
Pieter-Jan Briers
2024-06-03 03:05:18 +02:00
committed by GitHub
parent 947ed7bb22
commit 307a0428c7
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,3 +12,5 @@ $ignore = @{
"ZDDM" = $true "ZDDM" = $true
"TYoung86" = $true "TYoung86" = $true
} }
$add = @("RamZ")

View File

@@ -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[$_] }} `