mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
Refactored do_after to use a flag-based system for options (#17127)
* Refactored do_after to use a flag-based system for options * More flags * Ditto * Use the HAS_FLAG macro * do_after pass * Fix burning paper code * Resolve issues from Fluffy's code reviews * .
This commit is contained in:
@@ -101,7 +101,7 @@
|
||||
)
|
||||
LAZYADD(climbers, user)
|
||||
|
||||
if(!do_after(user,25))
|
||||
if(!do_after(user, 2.5 SECONDS))
|
||||
LAZYREMOVE(climbers, user)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user