From ced6f13656b2e6d62c111f96af0c3515b31f9eec Mon Sep 17 00:00:00 2001 From: DJSnapshot Date: Fri, 20 Jun 2014 20:53:11 -0700 Subject: [PATCH] Removing automatic IPC whitelist in preparation for whitelisting and overhaul of IPCs. --- code/game/jobs/whitelist.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/game/jobs/whitelist.dm b/code/game/jobs/whitelist.dm index 2aaad4bde64..f8f3ee80a2c 100644 --- a/code/game/jobs/whitelist.dm +++ b/code/game/jobs/whitelist.dm @@ -36,8 +36,6 @@ var/list/whitelist = list() return 1 if(species == "human" || species == "Human") return 1 - if(species == "machine" || species == "Machine") - return 1 if(check_rights(R_ADMIN, 0)) return 1 if(!alien_whitelist)