Fixes href exploit to use rwall with any pda. (#67253)

This commit is contained in:
TemporalOroboros
2022-05-25 15:50:43 -07:00
committed by GitHub
parent 8042ce49f3
commit b48ff8f9ef
@@ -133,6 +133,9 @@
if(!sending_and_receiving)
to_chat(usr, span_notice("ERROR: Device has sending disabled."))
return
if(!spam_mode)
to_chat(usr, span_notice("ERROR: Device does not have mass-messaging perms."))
return
var/list/targets = list()