Commit 3ddec228 authored by edo9300's avatar edo9300 Committed by GitHub

Fix selectunselect in tag duel

parent 6f529c94
...@@ -705,7 +705,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) { ...@@ -705,7 +705,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
if (c != player) BufferIO::WriteInt32(pbufw, 0); if (c != player) BufferIO::WriteInt32(pbufw, 0);
} }
WaitforResponse(player); WaitforResponse(player);
NetServer::SendBufferToPlayer(players[player], STOC_GAME_MSG, offset, pbuf - offset); NetServer::SendBufferToPlayer(cur_player[player], STOC_GAME_MSG, offset, pbuf - offset);
return 1; return 1;
} }
case MSG_SELECT_CHAIN: { case MSG_SELECT_CHAIN: {
......
Markdown is supported
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