mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 23:12:36 +02:00
change application data to Server Console
This commit is contained in:
parent
1184660909
commit
e3d58ad845
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ function getAssignmentClientResourcesDirectory() {
|
|||
}
|
||||
|
||||
function getApplicationDataDirectory() {
|
||||
return path.join(getRootHifiDataDirectory(), '/Console');
|
||||
return path.join(getRootHifiDataDirectory(), '/Server Console');
|
||||
}
|
||||
|
||||
console.log("Root hifi directory is: ", getRootHifiDataDirectory());
|
||||
|
|
Loading…
Reference in a new issue