ckey not client

This commit is contained in:
joep van der velden
2019-06-23 19:47:46 +02:00
parent 6ea5b7c1a6
commit 579d2f995f
+1 -1
View File
@@ -5,7 +5,7 @@ SUBSYSTEM_DEF(afk)
name = "AFK Watcher"
wait = 300
flags = SS_BACKGROUND
var/list/afk_players = list() // Associative list. client as key and AFK state as value
var/list/afk_players = list() // Associative list. ckey as key and AFK state as value
/datum/controller/subsystem/afk/Initialize()