Skip to content

Commit

Permalink
comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Dummiesman committed May 16, 2023
1 parent d5a810c commit ab1dcc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ local function onExtensionLoaded()
end
end
elseif controller_data.fileName == "advancedCouplerControl" then
-- ignore electric sync for latches, but also keep track of them so we can shut/open doors
-- register handler for syncing advanced couplers
local electric = controller_data.name .. "_notAttached"
local coupler_control_controller = controller.getController(controller_data.name)
electrics_handlers[electric] = function(v) update_advanced_coupler_state(coupler_control_controller, v) end
Expand Down

0 comments on commit ab1dcc0

Please sign in to comment.