diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/client.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/client.cpp b/server/client.cpp index af2494e..8929446 100644 --- a/server/client.cpp +++ b/server/client.cpp @@ -124,8 +124,6 @@ void Client::game_start(boost::function<void ()> callback, std::vector<std::stri msg->players = players; - msg->player_id = 0; - connection->send(msg); connection->recv(boost::bind(&Client::handle_ready, shared_from_this(), _1, callback)); |