diff options
Diffstat (limited to 'advtrains/atc.lua')
-rw-r--r-- | advtrains/atc.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advtrains/atc.lua b/advtrains/atc.lua index c1ff218..d3eea4f 100644 --- a/advtrains/atc.lua +++ b/advtrains/atc.lua @@ -128,7 +128,8 @@ advtrains.atc_function = function(def, preset, suffix, rotation) local meta=minetest.get_meta(pos) if meta then if not fields.save then - --[[--maybe only the dropdown changed + --[[ + --maybe only the dropdown changed if fields.mode then meta:set_string("mode", idxtrans[fields.mode]) if fields.mode=="digiline" then |