mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 21:53:51 +00:00
Fixed stupid bug in getGlobalDataPath.
Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
This commit is contained in:
parent
b2b09320fc
commit
e0206edc44
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ boost::filesystem::path WindowsPath::getLocalPath() const
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
boost::filesystem::path WindowsPath::getGlobalDataPath() const
|
||||||
{
|
{
|
||||||
return getGlobalConfigPath();
|
return getGlobalPath();
|
||||||
}
|
}
|
||||||
|
|
||||||
boost::filesystem::path WindowsPath::getInstallPath() const
|
boost::filesystem::path WindowsPath::getInstallPath() const
|
||||||
|
|
Loading…
Reference in a new issue