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)