From 997204960c43fa21797bd07f89a0e8fccb6e05a7 Mon Sep 17 00:00:00 2001 From: Leshana Date: Mon, 13 Apr 2020 17:38:12 -0400 Subject: [PATCH] Spawn statistic_cycle off to not sleep SSticker. --- code/defines/procs/statistics.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/defines/procs/statistics.dm b/code/defines/procs/statistics.dm index a41fddeb0a..3d05d5ba9e 100644 --- a/code/defines/procs/statistics.dm +++ b/code/defines/procs/statistics.dm @@ -94,6 +94,7 @@ proc/sql_report_cyborg_death(var/mob/living/silicon/robot/H) proc/statistic_cycle() + set waitfor = 0 if(!sqllogging) return while(1)