From 0928d201335e8c247a44a1406cfbee3921ee7901 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 3 Feb 2016 18:39:14 +0300 Subject: Add option for saving mapping between account id and nicks. This information stored in separate files. --- src/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index a8e2bfdd0..96e77e06f 100644 --- a/src/settings.h +++ b/src/settings.h @@ -44,6 +44,7 @@ class Settings final onlineListUrl(), serverConfigDir(), usersDir(), + usersIdDir(), npcsDir(), supportUrl(), logFileName(), @@ -90,6 +91,7 @@ class Settings final std::string onlineListUrl; std::string serverConfigDir; std::string usersDir; + std::string usersIdDir; std::string npcsDir; std::string supportUrl; std::string logFileName; -- cgit v1.2.3-60-g2f50