mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
[MIRROR] Admins can now safely cancel the "Admin PM" verb [MDB IGNORE] (#17093)
* Admins can now safely cancel the "Admin PM" verb (#70705) * Admins can now safely cancel the "Admin PM" verb Co-authored-by: Funce <funce.973@gmail.com>
This commit is contained in:
@@ -60,6 +60,8 @@
|
||||
targets["[nametag] - [client]"] = client
|
||||
|
||||
var/target = input(src,"To whom shall we send a message?", "Admin PM", null) as null|anything in sort_list(targets)
|
||||
if (isnull(target))
|
||||
return
|
||||
cmd_admin_pm(targets[target], null)
|
||||
SSblackbox.record_feedback("tally", "admin_verb", 1, "Admin PM") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user