mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
@@ -80,7 +80,7 @@ local function load_texture_packs(txtpath, retval)
|
|||||||
if item ~= "base" then
|
if item ~= "base" then
|
||||||
local path = txtpath .. DIR_DELIM .. item .. DIR_DELIM
|
local path = txtpath .. DIR_DELIM .. item .. DIR_DELIM
|
||||||
local conf = Settings(path .. "texture_pack.conf")
|
local conf = Settings(path .. "texture_pack.conf")
|
||||||
local enabled = conf == current_texture_path
|
local enabled = path == current_texture_path
|
||||||
|
|
||||||
local title = conf:get("title")
|
local title = conf:get("title")
|
||||||
-- list_* is only used if non-nil, else the regular versions are used.
|
-- list_* is only used if non-nil, else the regular versions are used.
|
||||||
|
Reference in New Issue
Block a user