mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-10 08:14:47 -07:00
single player works again, version bump
This commit is contained in:
parent
d4222b25c5
commit
55d493e7ef
9 changed files with 26 additions and 15 deletions
|
|
@ -7,6 +7,7 @@ LocalClient::LocalClient(LocalServerInterface *_lsi, const QString &_playerName,
|
|||
{
|
||||
connect(lsi, SIGNAL(itemToClient(ProtocolItem *)), this, SLOT(itemFromServer(ProtocolItem *)));
|
||||
sendCommand(new Command_Login(_playerName, QString()));
|
||||
sendCommand(new Command_JoinRoom(0));
|
||||
}
|
||||
|
||||
LocalClient::~LocalClient()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue