Fix team chat not being marked on remote clients (#3314)
Fixing the lack of stars on the remote client when sending a team/observer message.
This commit didn't modify the necessary lines in replay.cpp:
6aa3b3b
(of which the chat_msg::chat_msg one has already been fixed)
Fixes #3119
This commit is contained in:
parent
f50b644c30
commit
02bdd17994
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ REPLAY_RETURN do_replay_handle(bool one_move)
|
|||
}
|
||||
else if (const config &speak = cfg->child("speak"))
|
||||
{
|
||||
const std::string &team_name = speak["team_name"];
|
||||
const std::string &team_name = speak["to_sides"];
|
||||
const std::string &speaker_name = speak["id"];
|
||||
const std::string &message = speak["message"];
|
||||
//if (!preferences::parse_should_show_lobby_join(speaker_name, message)) return;
|
||||
|
|
Loading…
Add table
Reference in a new issue