Fixed space/tabing issues.

This commit is contained in:
woogerboy21 2015-08-07 22:32:39 -04:00
parent bc99024e4f
commit af237c7d07
2 changed files with 82 additions and 82 deletions

View file

@ -144,7 +144,7 @@ bool Servatrice::initServer()
serverId = settingsCache->value("server/id", 0).toInt();
clientIdRequired = settingsCache->value("server/requireclientid",0).toBool();
bool regServerOnly = settingsCache->value("authentication/regonly", 0).toBool();
const QString authenticationMethodStr = settingsCache->value("authentication/method").toString();
if (authenticationMethodStr == "sql") {
qDebug() << "Authenticating method: sql";