Commit 567c1a14 authored by woogerboy21's avatar woogerboy21
Browse files

Fix local game due to clientid check in response container.

parent 129a6983
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment