From d072b2ba0c4449bbf273b5a82421d638bade6448 Mon Sep 17 00:00:00 2001 From: Luke aka SwissalpS Date: Mon, 16 Sep 2024 23:22:14 +0200 Subject: [PATCH] pass translator to mtt --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index f74e15b..084d391 100644 --- a/init.lua +++ b/init.lua @@ -577,6 +577,7 @@ end -- Integration testing if minetest.get_modpath("mtt") and mtt.enabled then + factions.S = S factions.handle_command = handle_command dofile(minetest.get_modpath(minetest.get_current_modname()) .. "/mtt.lua") end