A little more cleaning up

This commit is contained in:
Nathan Schneider
2021-12-18 15:06:26 -07:00
parent a03528d8fe
commit 3e3f737915
3 changed files with 2 additions and 29 deletions

View File

@ -14,7 +14,7 @@ modpol = {}
-- get modpol_minetest's version of directory
modpol.get_script_dir = function()
return minetest.get_modpath("modpol").."/modpol"
return minetest.get_modpath("modpol").."/modpol_core"
end
-- TKTK: Implement minetest settingtypes for this... for now, the default is to use minetest mod storage.