Add option to servatrice to disable replay storage.

This commit is contained in:
woogerboy21 2015-08-10 15:29:30 -04:00
parent de1b925b7d
commit fefceac2c6
3 changed files with 9 additions and 0 deletions

View file

@ -162,6 +162,7 @@ bool Servatrice::initServer()
authenticationMethod = AuthenticationNone;
}
qDebug() << "Store Replays: " << settingsCache->value("game/store_replays", true).toBool();
qDebug() << "Client ID Required: " << clientIdRequired;
bool maxUserLimitEnabled = settingsCache->value("security/enable_max_user_limit", false).toBool();
qDebug() << "Maximum user limit enabled: " << maxUserLimitEnabled;