major refactor, please don't break

This commit is contained in:
2026-01-02 00:08:37 -05:00
parent 02faa9dc04
commit ea31b33ea5
3 changed files with 3 additions and 1 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
DISCLAIMER: This code has been an experiment in vibe coding. Please do not use this project as a true example of my code

View File

@ -243,6 +243,7 @@ function handlers.setupConnectionHandlers()
events.registerHandler("stargate_reconstructing_entity", handlers.handleEntityRead, events.PRIORITY.ENTITY_READ)
events.registerHandler("stargate_disconnected", handlers.handleDisconnect, events.PRIORITY.DISCONNECT_CHECK)
events.registerHandler("stargate_message_received", handlers.handleMessage, events.PRIORITY.MESSAGE)
events.registerHandler("transceiver_transmission_received", handlers.handleGDOTransmission, events.PRIORITY.MESSAGE)
end
return handlers

View File

@ -721,7 +721,7 @@ local function handleOutgoingDial()
if (PDO == 1) and totalstate == true then
sleep(1)
os.pullEvent("stargate_outgoing_wormhole")
events.pullEvent("stargate_outgoing_wormhole")
-- Wait briefly for version message and password request from remote gate
state.remoteHasComputer = false