diff --git a/components/match2/wikis/tetris/match_group_input_custom.lua b/components/match2/wikis/tetris/match_group_input_custom.lua index 7da0653bc7b..00d2f7a3f93 100644 --- a/components/match2/wikis/tetris/match_group_input_custom.lua +++ b/components/match2/wikis/tetris/match_group_input_custom.lua @@ -287,7 +287,7 @@ function CustomMatchGroupInput.processOpponent(record, timestamp) ) end - Opponent.resolve(opponent, teamTemplateDate) + Opponent.resolve(opponent, teamTemplateDate, {syncPlayer = true}) MatchGroupInput.mergeRecordWithOpponent(record, opponent)