Update server_maint.dm

This commit is contained in:
kevinz000
2018-11-10 11:51:14 -08:00
committed by GitHub
parent 13cb1d1c8a
commit 82c2a74980
@@ -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