This commit is contained in:
D3athrow
2020-05-09 12:18:28 -05:00
parent 60dd7ab10c
commit 459b56743b

View File

@@ -15,7 +15,7 @@ var/list/adminhelp_ignored_words = list("unknown","the","a","an","of","monkey","
if(prefs.muted & MUTE_ADMINHELP)
to_chat(src, "<span class='red'>Error: Admin-PM: You cannot send adminhelps (Muted).</span>")
return
var/msg = input(usr, "What message would you like to send to the administrators?", "Send a message to admins", "")
var/msg = input(usr, "What message would you like to send to the administrators?", "Send a message to admins", "") as null|text
//clean the input msg
if(!msg)
return