Unused variables removed. MasterServer connection updated
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user