Fix logic error in role timers (#10681)

This commit is contained in:
Kevin Zheng 2022-08-18 17:06:44 -07:00 committed by GitHub
parent 9230cc9e86
commit bbfc8ad140
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -124,7 +124,6 @@ public sealed class PlayTimeTrackingManager
if (data.NeedRefreshTackers)
{
RefreshSingleTracker(player, data, time);
data.NeedRefreshTackers = true;
}
if (data.NeedSendTimers)