Fix mtt issue

This commit is contained in:
Athozus 2023-03-08 22:01:57 +01:00
parent c942dc1a84
commit 6858425bd9
No known key found for this signature in database
GPG key ID: B50895022E8484BF
2 changed files with 4 additions and 3 deletions

View file

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