mirror of
https://github.com/Sokomine/markers.git
synced 2025-02-10 14:20:20 +01:00
some minor changes (init.lua)
This commit is contained in:
parent
ff9b288db8
commit
c4bc9c7fc7
2
init.lua
2
init.lua
@ -27,7 +27,7 @@ markers.mod_raz_present = minetest.get_modpath("raz")
|
|||||||
if markers.mod_areas_present and markers.mod_raz_present then
|
if markers.mod_areas_present and markers.mod_raz_present then
|
||||||
minetest.log("error", "[" .. markers.modname .. "] areas and raz is installed - what shall be used!!!!!!")
|
minetest.log("error", "[" .. markers.modname .. "] areas and raz is installed - what shall be used!!!!!!")
|
||||||
elseif markers.mod_areas_present and not markers.mod_raz_present then
|
elseif markers.mod_areas_present and not markers.mod_raz_present then
|
||||||
dofile(modpath.."/areas.lua")
|
dofile(markers.modpath.."/areas.lua")
|
||||||
minetest.log("action", "[" .. markers.modname .. "] areas is installed - load areas.lua")
|
minetest.log("action", "[" .. markers.modname .. "] areas is installed - load areas.lua")
|
||||||
elseif markers.mod_raz_present and not markers.mod_areas_present then
|
elseif markers.mod_raz_present and not markers.mod_areas_present then
|
||||||
dofile(markers.modpath.."/raz.lua")
|
dofile(markers.modpath.."/raz.lua")
|
||||||
|
Loading…
Reference in New Issue
Block a user