(247c9ca51) Updated alien item assemblies with localized strings

This commit is contained in:
Joonas Rikkonen
2019-05-18 17:35:58 +03:00
parent 25dc03a74d
commit 30eed1ed7c
2 changed files with 79 additions and 107 deletions
@@ -198,6 +198,12 @@ namespace Barotrauma
UserData = "noresults"
};
}
else
{
joinButton.Enabled = false;
}
return true;
}
private bool RefreshJoinButtonState(GUIComponent component, object obj)
@@ -230,16 +236,6 @@ namespace Barotrauma
joinButton.Enabled = false;
}
if (!string.IsNullOrWhiteSpace(clientNameBox.Text))
{
joinButton.Enabled = true;
}
else
{
clientNameBox.Flash();
joinButton.Enabled = false;
}
ServerInfo serverInfo;
try
{