create the path for the quest file savefiles
This commit is contained in:
parent
1ad1da470f
commit
c4c14d36c8
1
init.lua
1
init.lua
@ -48,6 +48,7 @@ yl_speak_up.reload = function(modpath, log_entry)
|
||||
minetest.mkdir(yl_speak_up.worldpath..yl_speak_up.path)
|
||||
minetest.mkdir(yl_speak_up.worldpath..yl_speak_up.inventory_path)
|
||||
minetest.mkdir(yl_speak_up.worldpath..yl_speak_up.log_path)
|
||||
minetest.mkdir(yl_speak_up.worldpath..yl_speak_up.quest_path)
|
||||
|
||||
-- logging and showing the log
|
||||
dofile(modpath .. "fs_show_log.lua")
|
||||
|
Loading…
Reference in New Issue
Block a user