Update gameticker.dm

This commit is contained in:
Github is ok, I guess
2015-05-17 10:36:59 +01:00
parent 229087c269
commit 77206c6f5f

View File

@@ -163,7 +163,6 @@ var/global/datum/controller/gameticker/ticker
for(var/obj/multiz/ladder/L in world) L.connect() //Lazy hackfix for ladders. TODO: move this to an actual controller. ~ Z
if(config.sql_enabled)
spawn(3000)
statistic_cycle() // Polls population totals regularly and stores them in an SQL DB -- TLE
return 1