v1.5.9.1 (Summer Update Hotfix 2)
This commit is contained in:
@@ -522,6 +522,11 @@ namespace Barotrauma
|
||||
}
|
||||
}
|
||||
|
||||
if (GameMain.GameSession?.Campaign?.CampaignUI?.HRManagerUI is { } crewManagement)
|
||||
{
|
||||
crewManagement.RefreshUI();
|
||||
}
|
||||
|
||||
return background;
|
||||
}
|
||||
|
||||
@@ -532,6 +537,10 @@ namespace Barotrauma
|
||||
crewList.RemoveChild(component);
|
||||
traitorButtons.RemoveAll(t => t.IsChildOf(component, recursive: true));
|
||||
}
|
||||
if (GameMain.GameSession?.Campaign?.CampaignUI?.HRManagerUI is { } crewManagement)
|
||||
{
|
||||
crewManagement.RefreshUI();
|
||||
}
|
||||
}
|
||||
|
||||
private static void SetCharacterComponentTooltip(GUIComponent characterComponent)
|
||||
|
||||
Reference in New Issue
Block a user