Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
updated offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-github authored Feb 6, 2021
1 parent f5b78d2 commit 74c0f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FNFBot/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public static void Main(string[] args)
if (!playing)
Thread.CurrentThread.Abort();

while (watch.Elapsed.TotalMilliseconds < (double) not.Time - 60) // offset
while (watch.Elapsed.TotalMilliseconds < (double) not.Time - 55) // offset
{
Thread.Sleep(1);
if (!playing)
Expand Down

0 comments on commit 74c0f32

Please sign in to comment.