From 4576eaadd6b1c4744163fd53121fb73c4af6ea09 Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Sun, 6 Nov 2011 11:39:49 +1300 Subject: [PATCH] more tidy --- OpenRA.Mods.Cnc/Widgets/Logic/CncLobbyLogic.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);