mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13.git
synced 2026-07-12 21:12:23 +01:00
epic
This commit is contained in:
@@ -269,7 +269,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user