mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
[MIRROR] Makes client timers not able to perma block normal timers (#4057)
* Makes client timers not able to perma block normal timers (#57588) * Makes client timers not able to perma block normal timers Co-authored-by: Emmett Gaines <ninjanomnom@gmail.com>
This commit is contained in:
co-authored by
Emmett Gaines
parent
7b791a1f85
commit
8ead5177bd
@@ -133,9 +133,6 @@ SUBSYSTEM_DEF(timer)
|
||||
clienttime_timers.Cut(1, next_clienttime_timer_index+1)
|
||||
next_clienttime_timer_index = 0
|
||||
|
||||
if (MC_TICK_CHECK)
|
||||
return
|
||||
|
||||
// Check for when we need to loop the buckets, this occurs when
|
||||
// the head_offset is approaching BUCKET_LEN ticks in the past
|
||||
if (practical_offset > BUCKET_LEN)
|
||||
|
||||
Reference in New Issue
Block a user