Direct Connect dialog & saves last server
This commit is contained in:
@@ -108,7 +108,6 @@ namespace OpenRA.Widgets
|
||||
}
|
||||
else if (!char.IsControl(c))
|
||||
{
|
||||
Console.WriteLine("{0} {1}",MaxLength, Text.Length);
|
||||
if (MaxLength > 0 && Text.Length >= MaxLength)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user