fix typo in luaautomation

master
Gabriel Pérez-Cerezo 2020-07-02 14:45:38 +02:00
parent eb2e5f4cdf
commit 2a0c55099e
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ function r.fire_event(pos, evtdata)
if not train_id then return false end
train.autocouple = nil
end,
set_autcouple = function ()
set_autocouple = function ()
if not train_id then return false end
train.autocouple = true
end,