mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 06:54:18 +01:00
Hardcore Parkour: Tableclimbing Edition (#6541)
This reduces the time it takes to hop onto a table by half, I think it's 3 seconds now, down from 6. I can't read code, man. I just made big number smol number. No longer are you a leper that can't scoot onto a waist-high table in a reasonable time, yay!
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
)
|
||||
LAZYADD(climbers, user)
|
||||
|
||||
if(!do_after(user,50))
|
||||
if(!do_after(user,25))
|
||||
LAZYREMOVE(climbers, user)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user