mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
Merge pull request #1352 from Cockatrice/nonreg_nodbserver_fix
#1351 Fix
This commit is contained in:
@@ -111,7 +111,7 @@ SettingsCache::SettingsCache()
|
|||||||
maxPlayers = settings->value("game/maxplayers", 2).toInt();
|
maxPlayers = settings->value("game/maxplayers", 2).toInt();
|
||||||
gameTypes = settings->value("game/gametypes","").toString();
|
gameTypes = settings->value("game/gametypes","").toString();
|
||||||
onlyBuddies = settings->value("game/onlybuddies", false).toBool();
|
onlyBuddies = settings->value("game/onlybuddies", false).toBool();
|
||||||
onlyRegistered = settings->value("game/onlyregistered", true).toBool();
|
onlyRegistered = settings->value("game/onlyregistered", false).toBool();
|
||||||
spectatorsAllowed = settings->value("game/spectatorsallowed", true).toBool();
|
spectatorsAllowed = settings->value("game/spectatorsallowed", true).toBool();
|
||||||
spectatorsNeedPassword = settings->value("game/spectatorsneedpassword", false).toBool();
|
spectatorsNeedPassword = settings->value("game/spectatorsneedpassword", false).toBool();
|
||||||
spectatorsCanTalk = settings->value("game/spectatorscantalk", false).toBool();
|
spectatorsCanTalk = settings->value("game/spectatorscantalk", false).toBool();
|
||||||
|
|||||||
Reference in New Issue
Block a user