From 06a10ff0f9b07497a22fe50557e07920ec054163 Mon Sep 17 00:00:00 2001 From: templeofshadow Date: Mon, 29 Jun 2026 20:48:24 -0500 Subject: [PATCH] lower pause back to normal value --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index 3b23281..f6a3c56 100644 --- a/main.lua +++ b/main.lua @@ -1049,7 +1049,7 @@ end function Main() Init() - os.sleep(15) -- pause for any initialization errors to display + os.sleep(5) -- pause for any initialization errors to display local sentinel = true print("Mainloop starting. Press 'q' to stop the loop and save configuration changes.")