Files
tbd-station-14/Tools/contribs_shared.ps1

15 lines
281 B
PowerShell

$replacements = @{
"moonheart08" = "moony"
"Elijahrane" = "Rane"
"ZeroDayDaemon" = "Daemon"
"ElectroJr" = "ElectroSR"
"Partmedia" = "notafet"
"Just-a-Unity-Dev" = "eclips_e"
}
$ignore = @{
"PJBot" = $true
"ZDDM" = $true
"TYoung86" = $true
}