Skip to content

Commit

Permalink
Tinybrain forgot to reset the AFK timer lol!
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjosif committed Mar 27, 2020
1 parent 107018d commit 0b683fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UltimateAFK/AFKComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ private void AFKChecker()
}
}
else
{
this.AFKLastPosition = CurrentPos;
this.AFKTime = 0;
}
}
}
}
Expand Down

0 comments on commit 0b683fd

Please sign in to comment.