Unused variables removed. MasterServer connection updated

This commit is contained in:
EntenKoeniq
2022-03-20 09:21:41 +01:00
parent d64281e582
commit 474cba33fa
11 changed files with 34 additions and 88 deletions

View File

@ -274,7 +274,7 @@ namespace CoopClient
/// otherwise it will align right
/// </summary>
/// <param name="leftAlign"></param>
public static void SetPlayerListLeftAlign( bool leftAlign )
public static void SetPlayerListLeftAlign(bool leftAlign)
{
PlayerList.LeftAlign = leftAlign;
}