Fix lobby faction tooltip rendering.
This commit is contained in:
@@ -200,7 +200,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
}
|
||||
|
||||
/// <summary>Splits a string into two parts on the first instance of a given token.</summary>
|
||||
static (string First, string Second) SplitOnFirstToken(string input, string token = "\\n")
|
||||
static (string First, string Second) SplitOnFirstToken(string input, string token = "\n")
|
||||
{
|
||||
if (string.IsNullOrEmpty(input))
|
||||
return (null, null);
|
||||
|
||||
Reference in New Issue
Block a user