mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Merge pull request #21786 from optimumtact/litanyoffailures
Fixes all remaining addtimers missed
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
return
|
||||
// Don't break if they're just flying past
|
||||
if(AM.throwing)
|
||||
addtimer(src, "throw_check", 5, FALSE, AM)
|
||||
addtimer(src, "throw_check", 5, TIMER_NORMAL, AM)
|
||||
else
|
||||
check_break(AM)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user