Corrections dual sanitizing

This commit is contained in:
volas
2015-04-18 14:36:49 +03:00
parent fdd041830a
commit dbd239f4ec
4 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -1323,7 +1323,7 @@
return
if(L.can_centcom_reply())
var/input = input(src.owner, "Please enter a message to reply to [key_name(L)] via their headset.","Outgoing message from Centcomm", "")
var/input = sanitize(input(src.owner, "Please enter a message to reply to [key_name(L)] via their headset.","Outgoing message from Centcomm", ""))
if(!input) return
src.owner << "You sent [input] to [L] via a secure channel."