From 82c2a74980d51a0445ad8a30062db5b36303c483 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Sat, 10 Nov 2018 11:51:14 -0800 Subject: [PATCH] Update server_maint.dm --- code/controllers/subsystem/server_maint.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/controllers/subsystem/server_maint.dm b/code/controllers/subsystem/server_maint.dm index 7abb873b9c..15d3e17d29 100644 --- a/code/controllers/subsystem/server_maint.dm +++ b/code/controllers/subsystem/server_maint.dm @@ -18,6 +18,8 @@ SUBSYSTEM_DEF(server_maint) if(!resumed) if(listclearnulls(GLOB.clients)) log_world("Found a null in clients list!") + if(listclearnulls(GLOB.player_list)) + log_world("Found a null in player list!") src.currentrun = GLOB.clients.Copy() var/list/currentrun = src.currentrun