From 74c0f323b7c4f2321a476586c8d5b5db973bdf52 Mon Sep 17 00:00:00 2001 From: Kade M Date: Sat, 6 Feb 2021 02:43:52 -0800 Subject: [PATCH] updated offset --- FNFBot/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)