From 95c3276b068a442e7a2004ffaadc6b9cc3943f33 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sat, 10 Sep 2016 17:37:47 +0100 Subject: [PATCH] Fix line endings in LobbyLogic. --- OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs index 9433921c20..adb34a87e3 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs @@ -766,8 +766,8 @@ namespace OpenRA.Mods.Common.Widgets.Logic LobbyUtils.SetupNameWidget(template, null, client); LobbyUtils.SetupKickWidget(template, null, client, orderManager, lobby, - () => panel = PanelType.Kick, () => panel = PanelType.Players); - + () => panel = PanelType.Kick, () => panel = PanelType.Players); + if (client.IsAdmin) LobbyUtils.SetupReadyWidget(template, null, client); }