pull in project-slippi/Ishiiruka/commit/a96830ad313924b35797d5cd5842860e88cc9cf9

This commit is contained in:
Nikhil Narayana 2022-05-29 23:15:09 -07:00
commit 4f1bf265f8

View file

@ -2323,10 +2323,13 @@ void CEXISlippi::prepareOnlineMatchState()
// Overwrite player character choices // Overwrite player character choices
for (auto& s : orderedSelections) for (auto& s : orderedSelections)
{ {
if (!s.isCharacterSelected)
{
continue;
}
if (areAllSameTeam) if (areAllSameTeam)
{ {
// Overwrite teamId // Overwrite teamId. Color is overwritten by ASM
// TODO: overwrite color
s.teamId = teamAssignments[s.playerIdx]; s.teamId = teamAssignments[s.playerIdx];
} }