diff --git a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs index ffac1a4c00..3928706cf5 100644 --- a/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs +++ b/OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs @@ -72,7 +72,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic } } - public void CloseWindow() + void CloseWindow() { Game.LobbyInfoChanged -= UpdateCurrentMap; Game.LobbyInfoChanged -= UpdatePlayerList; @@ -213,7 +213,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic var timeLabel = template.GetWidget("TIME"); var textLabel = template.GetWidget("TEXT"); - var name = from+":"; + var name = from + ":"; var font = Game.Renderer.Fonts[nameLabel.Font]; var nameSize = font.Measure(from);