mirror of
https://github.com/Xevion/project-cybersyn.git
synced 2025-12-07 13:16:10 -06:00
fixed bug
This commit is contained in:
@@ -222,7 +222,7 @@ function register_gui_actions()
|
||||
|
||||
local a = comb.get_or_create_control_behavior()--[[@as LuaArithmeticCombinatorControlBehavior]]
|
||||
|
||||
local allows_all_trains = element.state
|
||||
local allows_all_trains = not element.state
|
||||
set_comb_allows_all_trains(a, allows_all_trains)
|
||||
|
||||
local stop = global.to_stop[comb.unit_number]
|
||||
|
||||
Reference in New Issue
Block a user