Removing automatic IPC whitelist in preparation for whitelisting and overhaul of IPCs.

This commit is contained in:
DJSnapshot
2014-06-20 20:53:11 -07:00
parent c10892ef34
commit ced6f13656

View File

@@ -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)