From 1f8595bf3b44feb5b05728f78fc7f8ecc1636ab0 Mon Sep 17 00:00:00 2001 From: David Cernat Date: Tue, 30 Aug 2016 08:54:26 +0300 Subject: [PATCH] Save server information in a folder named data instead of files --- apps/openmw-mp/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/openmw-mp/main.cpp b/apps/openmw-mp/main.cpp index 873b8616a..83a6f2a6b 100644 --- a/apps/openmw-mp/main.cpp +++ b/apps/openmw-mp/main.cpp @@ -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 plugins (Utils::split(mgr.getString("plugins", "Plugins"), ','));