pass translator to mtt

This commit is contained in:
Luke aka SwissalpS 2024-09-16 23:22:14 +02:00
parent 279b1efe1e
commit d072b2ba0c

@ -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