diff --git a/code/controllers/subsystem/inactivity.dm b/code/controllers/subsystem/inactivity.dm index 7e861bd15bce..5edd4e8c5294 100644 --- a/code/controllers/subsystem/inactivity.dm +++ b/code/controllers/subsystem/inactivity.dm @@ -8,9 +8,10 @@ SUBSYSTEM_DEF(inactivity) runlevels = RUNLEVELS_DEFAULT|RUNLEVEL_LOBBY /datum/controller/subsystem/inactivity/fire(resumed = FALSE) - // Maybe we should just get a SS to bandaid all important global lists like this? if(list_clear_nulls(GLOB.clients)) debug_log("Removed nulls from GLOB.clients!") + if(list_clear_nulls(GLOB.player_list)) + debug_log("Removed nulls from GLOB.player_list!") if (!CONFIG_GET(flag/kick_inactive)) return