mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-27 12:53:11 +00:00
fix: use Common/Media/MediaLinux.arc for mediapath
This commit is contained in:
parent
5a36950239
commit
4d543dd59d
|
|
@ -4039,7 +4039,7 @@ void CMinecraftApp::loadMediaArchive()
|
|||
#elif _WINDOWS64
|
||||
mediapath = L"Common\\Media\\MediaWindows64.arc";
|
||||
#elif __linux__
|
||||
mediapath = L"Common\\Media\\MediaWindows64.arc";
|
||||
mediapath = L"Common/Media/MediaLinux.arc";
|
||||
#elif __ORBIS__
|
||||
mediapath = L"Common\\Media\\MediaOrbis.arc";
|
||||
#elif _DURANGO
|
||||
|
|
|
|||
Loading…
Reference in a new issue