Fix reset buckets being stupid

Why I never did see this I don't know, its a 5 million years old bug.
This commit is contained in:
Kyle Spier-Swenson
2019-03-03 22:33:44 -08:00
committed by GitHub
parent 81ecff0ac5
commit de5b7d4d93
+1 -1
View File
@@ -268,7 +268,7 @@ SUBSYSTEM_DEF(timer)
var/new_bucket_count
var/i = 1
for (i in 1 to length(alltimers))
var/datum/timedevent/timer = alltimers[1]
var/datum/timedevent/timer = alltimers[i]
if (!timer)
continue