mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
* Fix linux build
This commit is contained in:
@@ -325,6 +325,9 @@ int main(int argc, char *argv[])
|
||||
#endif
|
||||
storagePath += "/.reminecraftpe";
|
||||
|
||||
if (!storagePath.empty())
|
||||
createFolderIfNotExists(storagePath.c_str());
|
||||
|
||||
// Start MCPE
|
||||
g_pApp = new NinecraftApp;
|
||||
g_pApp->m_externalStorageDir = storagePath;
|
||||
|
||||
Reference in New Issue
Block a user