mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Use user folder for gamemanager too
This commit is contained in:
parent
8beb0f19d1
commit
07fb257c04
1 changed files with 1 additions and 1 deletions
|
@ -821,7 +821,7 @@ int guiLuaApi::l_get_modpath(lua_State *L)
|
|||
int guiLuaApi::l_get_gamepath(lua_State *L)
|
||||
{
|
||||
std::string gamepath
|
||||
= fs::RemoveRelativePathComponents(porting::path_share + DIR_DELIM + "games" + DIR_DELIM);
|
||||
= fs::RemoveRelativePathComponents(porting::path_user + DIR_DELIM + "games" + DIR_DELIM);
|
||||
lua_pushstring(L, gamepath.c_str());
|
||||
return 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue