Remote restarts and discord msg fix (#6783)

This commit is contained in:
Erki
2019-08-16 20:54:10 +03:00
committed by Werner
parent 5702752dad
commit ab4ea852c9
8 changed files with 120 additions and 53 deletions

View File

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