re-add mtt if

This commit is contained in:
BuckarooBanzay 2023-03-13 13:22:27 +01:00 committed by Athozus
parent a2b74be394
commit 09e2d0e661
No known key found for this signature in database
GPG key ID: B50895022E8484BF

View file

@ -24,6 +24,6 @@ dofile(MP .. "/onjoin.lua")
-- migrate storage -- migrate storage
mail.migrate() mail.migrate()
--if minetest.get_modpath("mtt") then if minetest.get_modpath("mtt") then
dofile(MP .. "/mtt.lua") dofile(MP .. "/mtt.lua")
--end end