Renamed modpol/modpol directory to modpol_core for clarity and consistency

This commit is contained in:
Nathan Schneider
2021-12-18 14:50:41 -07:00
parent bd95fcf811
commit c2852b1bce
32 changed files with 6 additions and 8 deletions

View File

@ -34,7 +34,7 @@ modpol.storage_file_path = minetest.get_modpath("modpol").."/modpol_minetest/sto
-- ===================================================================
-- Load modpol system
dofile(minetest.get_modpath("modpol") .. "/modpol/modpol.lua")
dofile(minetest.get_modpath("modpol") .. "/modpol_core/modpol.lua")
-- ===================================================================