Merge pull request #12152 from pchote/fix-lineendings

Fix line endings in LobbyLogic.
This commit is contained in:
abcdefg30
2016-10-03 13:23:41 +02:00
committed by GitHub

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