fix(glue): add missing event signal for update character list to CCharacterSelection::UpdateCharacterList

This commit is contained in:
fallenoak 2025-10-06 16:57:26 -05:00
parent 0a74642732
commit 112d6bbe66
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -133,4 +133,5 @@ void CCharacterSelection::UpdateCharacterList() {
CCharacterSelection::ShowCharacter();
FrameScript_SignalEvent(8, "%d", CCharacterSelection::s_selectionIndex + 1);
FrameScript_SignalEvent(7, nullptr);
}