Change file structures so that the interior modpol folder IS the portable modpol.

Added documentation of how to pre-define the modpath and the storage file.
This commit is contained in:
MisterE123
2021-02-11 16:39:51 -05:00
parent 37463fc8cc
commit dc12ec50a9
13 changed files with 41 additions and 6 deletions

View File

@ -7,7 +7,7 @@
-- ===================================================================
local localdir = modpol.get_script_dir() .. "/modpol_minetest"
local localdir = minetest.get_modpath("modpol") .. "/modpol_minetest"
--Users
dofile (localdir .. "/overrides/users/users.lua")