Skip to content

Commit

Permalink
v1.4.117
Browse files Browse the repository at this point in the history
  • Loading branch information
foglio1024 committed Feb 7, 2021
1 parent 182ebe0 commit e1049aa
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 83 deletions.
1 change: 0 additions & 1 deletion TCC.Core/Data/Abnormalities/AbnormalityDuration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public void Refresh()
_endTime = _startTime.AddMilliseconds(Duration);
if (Duration != 0) _timer.Start();
Refreshed?.Invoke();
throw new Exception();
}
public void Dispose()
{
Expand Down
Loading

0 comments on commit e1049aa

Please sign in to comment.