mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 09:03:05 +00:00
Moves admin attack log helpers to admin module, makes admin_attack_log more resilient against null arguments
This commit is contained in:
@@ -20,6 +20,10 @@ var/global/floorIsLava = 0
|
||||
var/msg = rendered
|
||||
C << msg
|
||||
|
||||
proc/admin_notice(var/message, var/rights)
|
||||
for(var/mob/M in mob_list)
|
||||
if(check_rights(rights, 0, M))
|
||||
M << message
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////////Panels
|
||||
|
||||
|
||||
Reference in New Issue
Block a user