mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-21 06:42:41 -08:00
Fix local game due to clientid check in response container.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user