Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
de1b925b
Commit
de1b925b
authored
Aug 09, 2015
by
woogerboy21
Browse files
Merge pull request #1352 from Cockatrice/nonreg_nodbserver_fix
#1351 Fix
parents
90381aa3
5fc0da6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/settingscache.cpp
View file @
de1b925b
...
...
@@ -111,7 +111,7 @@ SettingsCache::SettingsCache()
maxPlayers
=
settings
->
value
(
"game/maxplayers"
,
2
).
toInt
();
gameTypes
=
settings
->
value
(
"game/gametypes"
,
""
).
toString
();
onlyBuddies
=
settings
->
value
(
"game/onlybuddies"
,
false
).
toBool
();
onlyRegistered
=
settings
->
value
(
"game/onlyregistered"
,
tru
e
).
toBool
();
onlyRegistered
=
settings
->
value
(
"game/onlyregistered"
,
fals
e
).
toBool
();
spectatorsAllowed
=
settings
->
value
(
"game/spectatorsallowed"
,
true
).
toBool
();
spectatorsNeedPassword
=
settings
->
value
(
"game/spectatorsneedpassword"
,
false
).
toBool
();
spectatorsCanTalk
=
settings
->
value
(
"game/spectatorscantalk"
,
false
).
toBool
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment