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
567c1a14
Commit
567c1a14
authored
Aug 08, 2015
by
woogerboy21
Browse files
Fix local game due to clientid check in response container.
parent
129a6983
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/localclient.cpp
View file @
567c1a14
...
...
@@ -10,6 +10,7 @@ LocalClient::LocalClient(LocalServerInterface *_lsi, const QString &_playerName,
Command_Login
loginCmd
;
loginCmd
.
set_user_name
(
_playerName
.
toStdString
());
loginCmd
.
set_clientid
(
"notneeded"
);
sendCommand
(
prepareSessionCommand
(
loginCmd
));
Command_JoinRoom
joinCmd
;
...
...
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