This commit is contained in:
Shadow Quill
2020-08-13 20:21:49 -05:00
parent f621edf039
commit e5ddb1afe5
+2
View File
@@ -32,6 +32,8 @@
else
targets["(No Mob) - [T]"] = T
var/target = input(src,"To whom shall we send a message?","Admin PM",null) as null|anything in sortList(targets)
if(!target) //Admin canceled
return
cmd_admin_pm(targets[target],null)
feedback_add_details("admin_verb","Admin PM") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!