mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 16:45:33 +00:00
Save server information in a folder named data instead of files
This commit is contained in:
parent
5e6a374687
commit
1f8595bf3b
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ int main(int argc, char *argv[])
|
|||
int port = mgr.getInt("port", "General");
|
||||
|
||||
string plugin_home = mgr.getString("home", "Plugins");
|
||||
string moddir = Utils::convertPath(plugin_home + "/files");
|
||||
string moddir = Utils::convertPath(plugin_home + "/data");
|
||||
|
||||
vector<string> plugins (Utils::split(mgr.getString("plugins", "Plugins"), ','));
|
||||
|
||||
|
|
Loading…
Reference in a new issue