Merge pull request #16558 from Kashargul/runtimeinRunemessage

removes the unique from runemessage callback timers
This commit is contained in:
Heroman3003
2024-11-03 17:15:40 +10:00
committed by GitHub
+1 -1
View File
@@ -231,7 +231,7 @@ var/list/runechat_image_cache = list()
return
ending_life = TRUE
animate(message, alpha = 0, time = fadetime, flags = ANIMATION_PARALLEL)
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(qdel), src), fadetime, TIMER_DELETE_ME, TIMER_UNIQUE)
addtimer(CALLBACK(GLOBAL_PROC, GLOBAL_PROC_REF(qdel), src), fadetime, TIMER_DELETE_ME)
/**
* Creates a message overlay at a defined location for a given speaker