fixes multiple spaces breaking asay (#61939)

This commit is contained in:
Ryll Ryll
2021-10-06 01:39:08 -04:00
committed by GitHub
parent fb9b163cfc
commit ee541f35df
+2
View File
@@ -800,6 +800,8 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
var/i = 0
for(var/word in msglist)
i++
if(!length(word))
continue
if(word[1] != "@")
continue
var/ckey_check = lowertext(copytext(word, 2))