Upstream fixes (#663)
* fix weird name saving * fix item status * Fix single-user BUIs erroneously closing (#28375) (cherry picked from commit 08952b467d9b2b2db85cb9ebb4e8b628c0145716) --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
This commit is contained in:
@@ -526,6 +526,7 @@ namespace Content.Client.Preferences.UI
|
||||
|
||||
_controller.UpdateProfile(Profile);
|
||||
_controller.ReloadCharacterUI();
|
||||
|
||||
IsDirty = true;
|
||||
}
|
||||
|
||||
@@ -1308,7 +1309,7 @@ namespace Content.Client.Preferences.UI
|
||||
private void SetBodyType(string newBodyType)
|
||||
{
|
||||
Profile = Profile?.WithBodyType(newBodyType);
|
||||
IsDirty = true;
|
||||
SetDirty();
|
||||
_needUpdatePreview = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user