mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 02:53:56 -07:00
Fix local game due to clientid check in response container.
This commit is contained in:
parent
129a6983ed
commit
567c1a148d
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ LocalClient::LocalClient(LocalServerInterface *_lsi, const QString &_playerName,
|
||||||
|
|
||||||
Command_Login loginCmd;
|
Command_Login loginCmd;
|
||||||
loginCmd.set_user_name(_playerName.toStdString());
|
loginCmd.set_user_name(_playerName.toStdString());
|
||||||
|
loginCmd.set_clientid("notneeded");
|
||||||
sendCommand(prepareSessionCommand(loginCmd));
|
sendCommand(prepareSessionCommand(loginCmd));
|
||||||
|
|
||||||
Command_JoinRoom joinCmd;
|
Command_JoinRoom joinCmd;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue