Merge pull request #13537 from silicons/permissions

support update for event manager permissions
This commit is contained in:
DeltaFire
2020-12-22 16:12:03 +01:00
committed by GitHub
11 changed files with 45 additions and 4 deletions
+6
View File
@@ -1002,6 +1002,12 @@ GLOBAL_VAR_INIT(exploit_warn_spam_prevention, 0)
switch(var_name)
if("logging")
return debug_variable(var_name, logging, 0, src, FALSE)
if(NAMEOF(src, lastKnownIP))
if(!check_rights(R_SENSITIVE, FALSE))
return "SENSITIVE"
if(NAMEOF(src, computer_id))
if(!check_rights(R_SENSITIVE, FALSE))
return "SENSITIVE"
. = ..()
/mob/vv_auto_rename(new_name)