mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 14:00:18 +01:00
Fix double sanitization breaking chat in certain places (#11744)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user