Commit a3eee015 authored by nanahira's avatar nanahira

Merge branch 'patch-chat-reverse' into develop

parents 081717dd 5de9b90a
......@@ -2106,7 +2106,7 @@ int Game::ChatLocalPlayer(int player) const {
else {
// when changing side or waiting tp result
auto selftype_boundary = dInfo.isTag ? 2 : 1;
if(DuelClient::selftype >= selftype_boundary)
if(DuelClient::selftype >= selftype_boundary && DuelClient::selftype < 4)
player = OppositePlayer(player);
}
if(dInfo.isTag) {
......
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