Commit 7bb109f6 authored by nanahira's avatar nanahira

Fix SelectUnselect

parent c3894498
......@@ -794,7 +794,7 @@ int TagDuel::Analyze(char* msgbuffer, unsigned int len) {
if (c != player) BufferIO::WriteInt32(pbufw, 0);
}
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;
}
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