From fb980caa7551f8c4ef62ac6bb702b02422e0e999 Mon Sep 17 00:00:00 2001 From: orwell Date: Wed, 11 Jun 2025 21:36:17 +0200 Subject: Tag strings for luaautomation --- advtrains_luaautomation/operation_panel.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'advtrains_luaautomation/operation_panel.lua') diff --git a/advtrains_luaautomation/operation_panel.lua b/advtrains_luaautomation/operation_panel.lua index 8e12651..adfaf09 100644 --- a/advtrains_luaautomation/operation_panel.lua +++ b/advtrains_luaautomation/operation_panel.lua @@ -1,4 +1,5 @@ -local S = atltrans +-- Get current translator +local S = atlatc.translate local function on_punch(pos,node,player) atlatc.interrupt.add(0, pos, {type="punch", punch=true, name=player:get_player_name()}) -- cgit v1.2.3