Renamed modpol/modpol directory to modpol_core for clarity and consistency
This commit is contained in:
2
init.lua
2
init.lua
@ -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")
|
||||
|
||||
|
||||
-- ===================================================================
|
||||
|
Reference in New Issue
Block a user