mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
Merge pull request #3146 from CHOMPStationBot/upstream-merge-11704
[MIRROR] A followup fix to borg whitelisting PR
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user