This commit is contained in:
DeltaFire
2021-10-11 20:32:00 +02:00
parent 66e81e7fda
commit 5680b74294
+2
View File
@@ -750,6 +750,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))