diff --git a/storage.lua b/storage.lua index 29c512b..ca81735 100644 --- a/storage.lua +++ b/storage.lua @@ -1,4 +1,8 @@ +-- silly mistake: I used to create a folder named afte the module +-- that conflicted with the file named in the same way created by get_mod_storage() +-- fix: if present, rename such folder as wesh.temp_foldername + local storage_folder = minetest.get_worldpath() .. "/mod_storage/" local dirs = minetest.get_dir_list(storage_folder, true)