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