diff options
Diffstat (limited to 'advtrains_luaautomation/mesecon_controller.lua')
-rw-r--r-- | advtrains_luaautomation/mesecon_controller.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/advtrains_luaautomation/mesecon_controller.lua b/advtrains_luaautomation/mesecon_controller.lua index 6981839..9f1a931 100644 --- a/advtrains_luaautomation/mesecon_controller.lua +++ b/advtrains_luaautomation/mesecon_controller.lua @@ -6,7 +6,8 @@ -- From Mesecons mod https://mesecons.net/ -- (c) Jeija and Contributors -local S = atltrans +-- Get current translator +local S = atlatc.translate local BASENAME = "advtrains_luaautomation:mesecon_controller" local rules = { |