create the path for the quest file savefiles

This commit is contained in:
Sokomine 2022-11-14 21:03:18 +01:00
parent 1ad1da470f
commit c4c14d36c8

View File

@ -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")