mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
path_userdata is now created before potentially creating debug.txt in there
This commit is contained in:
parent
bdd1375011
commit
051c0048d8
2 changed files with 6 additions and 3 deletions
|
@ -139,6 +139,9 @@ int main(int argc, char *argv[])
|
|||
// Initialize porting::path_data and porting::path_userdata
|
||||
porting::initializePaths();
|
||||
|
||||
// Create user data directory
|
||||
fs::CreateDir(porting::path_userdata);
|
||||
|
||||
// Initialize debug streams
|
||||
#ifdef RUN_IN_PLACE
|
||||
std::string debugfile = DEBUGFILE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue