mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
Fixes ticker roundstart being slow (#15129)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
"ckey" = M.ckey,
|
||||
"realname" = M.real_name
|
||||
))
|
||||
if(!query.warn_execute())
|
||||
if(!query.warn_execute(async = FALSE)) // Dont make this async. Youll make roundstart slow. Trust me.
|
||||
qdel(query)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user