mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 09:42:29 +00:00
Replaces some zero-delay timers with INVOKE_ASYNC (#52434)
* INVOKE_ASYNC Replaces a zero-delay timer with INVOKE_ASYNC * More timers Switches out some more zero-delay timers for `INVOKE_ASYNC` * lib_codex_gigas One last switch
This commit is contained in:
committed by
SkyratBot
parent
19cf64c475
commit
1ca448ae1f
@@ -71,7 +71,7 @@
|
||||
return FALSE
|
||||
if(action == "search")
|
||||
SStgui.close_uis(src)
|
||||
addtimer(CALLBACK(src, .proc/perform_research, usr, currentName), 0)
|
||||
INVOKE_ASYNC(src, .proc/perform_research, usr, currentName)
|
||||
currentName = ""
|
||||
currentSection = PRE_TITLE
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user