mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Fixed space/tabing issues.
This commit is contained in:
parent
bc99024e4f
commit
af237c7d07
2 changed files with 82 additions and 82 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue