mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-09 16:14:13 +00:00
Fixes #26429
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user