* Fix linux build

This commit is contained in:
iProgramInCpp
2023-08-23 21:45:20 +03:00
parent b9373e3c03
commit 3388c773f9
2 changed files with 4 additions and 5 deletions

View File

@@ -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;