[mcl_maps] fix warnings

This commit is contained in:
AFCMS 2021-05-22 23:21:32 +02:00
parent 0113d290b7
commit 9edcc60ba2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ local storage = minetest.get_mod_storage()
local modpath = minetest.get_modpath("mcl_maps")
local worldpath = minetest.get_worldpath()
local map_textures_path = worldpath .. "/mcl_maps/"
local last_finished_id = storage:get_int("next_id") - 1
--local last_finished_id = storage:get_int("next_id") - 1
minetest.mkdir(map_textures_path)