Makes client timers not able to perma block normal timers (#57588)

This commit is contained in:
Emmett Gaines
2021-03-10 20:17:09 -08:00
committed by GitHub
parent 35426b33fe
commit b20d72312f
-3
View File
@@ -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)