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
for (auto& s : orderedSelections)
{
if (!s.isCharacterSelected)
{
continue;
}
if (areAllSameTeam)
{
// Overwrite teamId
// TODO: overwrite color
// Overwrite teamId. Color is overwritten by ASM
s.teamId = teamAssignments[s.playerIdx];
}