mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use get_texturepath() instead of get_gamepath()/../textures
This commit is contained in:
parent
75a139e62c
commit
a2380bf76f
2 changed files with 2 additions and 4 deletions
|
@ -29,8 +29,7 @@ function modstore.init()
|
|||
|
||||
modstore.modsperpage = 5
|
||||
|
||||
modstore.basetexturedir = engine.get_gamepath() .. DIR_DELIM .. ".." ..
|
||||
DIR_DELIM .. "textures" .. DIR_DELIM .. "base" ..
|
||||
modstore.basetexturedir = engine.get_texturepath() .. DIR_DELIM .. "base" ..
|
||||
DIR_DELIM .. "pack" .. DIR_DELIM
|
||||
|
||||
modstore.current_list = nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue