diff --git a/FNFBot/Program.cs b/FNFBot/Program.cs index a8a1783..afa46a7 100644 --- a/FNFBot/Program.cs +++ b/FNFBot/Program.cs @@ -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)