small clarificator comment

master
entuland 2018-06-26 12:54:48 +02:00
parent 5a6c111f2e
commit 14f97c1948
1 changed files with 4 additions and 0 deletions

View File

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