mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-09 15:54:47 -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;
|
||||
loginCmd.set_user_name(_playerName.toStdString());
|
||||
loginCmd.set_clientid("notneeded");
|
||||
sendCommand(prepareSessionCommand(loginCmd));
|
||||
|
||||
Command_JoinRoom joinCmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue