(6fc1d03cd) Fixed humpback waypoints, removed extra door

This commit is contained in:
Joonas Rikkonen
2019-05-03 13:52:32 +03:00
parent 0a931f31e6
commit 7545e8efec
6 changed files with 79 additions and 235 deletions
@@ -125,7 +125,7 @@ namespace Barotrauma.Items.Components
for (int i = 0; i < labels.Length; i++)
{
labels[i] = i < newLabels.Length ? newLabels[i] : customInterfaceElementList[i].Label;
customInterfaceElementList[i].Label = TextManager.Get(labels[i], returnNull: true) ?? labels[i];
customInterfaceElementList[i].Label = labels[i];
}
UpdateLabelsProjSpecific();
}