Update character list when one of them is selected (#561)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
a692899f5b
commit
4a833e82cd
@@ -189,6 +189,7 @@ namespace Content.Client.UserInterface
|
|||||||
_humanoidProfileEditor.CharacterSlot = characterIndexCopy;
|
_humanoidProfileEditor.CharacterSlot = characterIndexCopy;
|
||||||
_humanoidProfileEditor.UpdateControls();
|
_humanoidProfileEditor.UpdateControls();
|
||||||
_preferencesManager.SelectCharacter(character);
|
_preferencesManager.SelectCharacter(character);
|
||||||
|
UpdateUI();
|
||||||
};
|
};
|
||||||
characterIndex++;
|
characterIndex++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user