From 14f97c1948e4b3c83f72bc2d670467faef84511e Mon Sep 17 00:00:00 2001 From: entuland Date: Tue, 26 Jun 2018 12:54:48 +0200 Subject: [PATCH] small clarificator comment --- storage.lua | 4 ++++ 1 file changed, 4 insertions(+) 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)