Fix line endings in LobbyLogic.

This commit is contained in:
Paul Chote
2016-09-10 17:37:47 +01:00
parent 0d54f2994f
commit 95c3276b06

View File

@@ -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);
}