Merge pull request #3146 from CHOMPStationBot/upstream-merge-11704

[MIRROR] A followup fix to borg whitelisting PR
This commit is contained in:
Nadyr
2021-10-27 19:28:57 -04:00
committed by GitHub
+4
View File
@@ -100,6 +100,10 @@ var/list/whitelist = list()
if(!M || !module)
return 0
//Module is not even whitelisted
if(!(module in whitelisted_module_types))
return 1
//If we have a loaded file, search it
if(alien_whitelist)
for (var/s in alien_whitelist)