diff --git a/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs index 02331e39b4..300f92c001 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/Lobby/LobbyLogic.cs @@ -776,6 +776,9 @@ namespace OpenRA.Mods.Common.Widgets.Logic void UpdatePlayerList() { + if (orderManager.LocalClient == null) + return; + var idx = 0; foreach (var kv in orderManager.LobbyInfo.Slots) {