mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 18:12:40 +00:00
Removing automatic IPC whitelist in preparation for whitelisting and overhaul of IPCs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user