setminifig shirt -> setminifig shirtcolor

This commit is contained in:
Avery
2021-12-14 18:55:05 -08:00
committed by GitHub
parent a2ed772417
commit 58229a922e

View File

@ -434,7 +434,7 @@ void SlashCommandHandler::HandleChatCommand(const std::u16string& command, Entit
charComp->m_Character->SetMouth(minifigItemId); charComp->m_Character->SetMouth(minifigItemId);
} else if (lowerName == "righthand") { } else if (lowerName == "righthand") {
charComp->m_Character->SetRightHand(minifigItemId); charComp->m_Character->SetRightHand(minifigItemId);
} else if (lowerName == "shirt") { } else if (lowerName == "shirtcolor") {
charComp->m_Character->SetShirtColor(minifigItemId); charComp->m_Character->SetShirtColor(minifigItemId);
} else if (lowerName == "hands") { } else if (lowerName == "hands") {
charComp->m_Character->SetLeftHand(minifigItemId); charComp->m_Character->SetLeftHand(minifigItemId);