Fix logic error in role timers (#10681)
This commit is contained in:
parent
9230cc9e86
commit
bbfc8ad140
|
|
@ -124,7 +124,6 @@ public sealed class PlayTimeTrackingManager
|
|||
if (data.NeedRefreshTackers)
|
||||
{
|
||||
RefreshSingleTracker(player, data, time);
|
||||
data.NeedRefreshTackers = true;
|
||||
}
|
||||
|
||||
if (data.NeedSendTimers)
|
||||
|
|
|
|||
Loading…
Reference in New Issue