Merge pull request #3322 from Citadel-Station-13/upstream-merge-31544

[MIRROR] Server maint logs when nulls enter the clients list
This commit is contained in:
LetterJay
2017-10-12 07:19:21 -04:00
committed by GitHub
@@ -16,6 +16,8 @@ SUBSYSTEM_DEF(server_maint)
/datum/controller/subsystem/server_maint/fire(resumed = FALSE)
if(!resumed)
if(listclearnulls(GLOB.clients))
log_world("Found a null in clients list!")
src.currentrun = GLOB.clients.Copy()
var/list/currentrun = src.currentrun