small clarificator comment

master
entuland 5 years ago
parent 5a6c111f2e
commit 14f97c1948
  1. 4
      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)

Loading…
Cancel
Save