Merge pull request #16060 from AffectedArc07/im-an-idiot

Fixes a var access issue
This commit is contained in:
Fox McCloud
2021-05-22 15:06:24 -04:00
committed by GitHub
+1 -1
View File
@@ -194,7 +194,7 @@ var/list/chatResources = list(
if (found.len > 0)
message_admins("[key_name(src.owner)] <span class='boldannounce'>has a cookie from a banned account!</span> (Matched: [found["ckey"]], [found["ip"]], [found["compid"]])")
log_admin("[key_name(src.owner)] has a cookie from a banned account! (Matched: [found["ckey"]], [found["ip"]], [found["compid"]])")
new /datum/cookie_record(owner, found["ckey"], found["ip"], found["compid"])
new /datum/cookie_record(owner.ckey, found["ckey"], found["ip"], found["compid"])
cookieSent = 1