mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
fix path in server-console for AC data directory
This commit is contained in:
parent
00eefa3ad1
commit
1184660909
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function getRootHifiDataDirectory() {
|
|||
}
|
||||
|
||||
function getAssignmentClientResourcesDirectory() {
|
||||
return path.join(getRootHifiDataDirectory(), '/assignment-client/resources');
|
||||
return path.join(getRootHifiDataDirectory(), '/assignment-client');
|
||||
}
|
||||
|
||||
function getApplicationDataDirectory() {
|
||||
|
|
Loading…
Reference in a new issue