MMBN3: Fixes Generation Errors and General UX Smoothing (#5077)

Co-authored-by: qwint <qwint.42@gmail.com>
This commit is contained in:
digiholic
2025-06-16 05:47:55 -06:00
committed by GitHub
parent 0e759f25fd
commit 377cdb84b4
5 changed files with 128 additions and 109 deletions

View File

@@ -477,7 +477,7 @@ function main()
elseif (curstate == STATE_UNINITIALIZED) then
-- If we're uninitialized, attempt to make the connection.
if (frame % 120 == 0) then
server:settimeout(2)
server:settimeout(120)
local client, timeout = server:accept()
if timeout == nil then
print('Initial Connection Made')