Actually save when pressing "save and close" (#523)
This commit is contained in:
committed by
Pieter-Jan Briers
parent
511741d11a
commit
1bd17f73b1
@@ -153,6 +153,11 @@ namespace Content.Client.UserInterface
|
||||
UpdateUI();
|
||||
}
|
||||
|
||||
public void Save()
|
||||
{
|
||||
_humanoidProfileEditor.Save();
|
||||
}
|
||||
|
||||
private void UpdateUI()
|
||||
{
|
||||
var numberOfFullSlots = 0;
|
||||
|
||||
Reference in New Issue
Block a user