w h y did that fix it

????????
This commit is contained in:
Pinta
2024-03-25 23:44:30 -04:00
parent 55f5578d5b
commit e785c2787a
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ SUBSYSTEM_DEF(timer)
if (!length(alltimers))
return
sortTim(alltimers,PROC_REF(cmp_timer))
sortTim(alltimers, .proc/cmp_timer)
var/datum/timedevent/head = alltimers[1]