Fix double sanitization breaking chat in certain places (#11744)

This commit is contained in:
Wildkins
2021-04-23 13:23:01 +02:00
committed by GitHub
parent c047e8de69
commit fec0bc71b7
12 changed files with 10 additions and 24 deletions
-2
View File
@@ -164,8 +164,6 @@
/mob/living/bot/say(var/message)
var/verb = "beeps"
message = sanitize(message)
..(message, null, verb)
/mob/living/bot/Collide(atom/A)