diff options
Diffstat (limited to 'builtin/modstore.lua')
-rw-r--r-- | builtin/modstore.lua | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/builtin/modstore.lua b/builtin/modstore.lua index e94c174c2..90a4c71b5 100644 --- a/builtin/modstore.lua +++ b/builtin/modstore.lua @@ -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 |