mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 23:52:12 +00:00
Remote restarts and discord msg fix (#6783)
This commit is contained in:
@@ -106,10 +106,9 @@
|
||||
to_chat(C, message)
|
||||
|
||||
for(var/client/A in staff)
|
||||
if(A != C)
|
||||
if(A != C && check_rights(R_MOD|R_ADMIN, show_msg = FALSE, user = A.mob))
|
||||
to_chat(A, amessage)
|
||||
|
||||
|
||||
statuscode = 200
|
||||
response = "Admin Message sent"
|
||||
data = null
|
||||
|
||||
Reference in New Issue
Block a user