diff --git a/OpenRA.Mods.RA/OpenWidgetAtGameStart.cs b/OpenRA.Mods.RA/OpenWidgetAtGameStart.cs index ebe62612a6..9c892a52bc 100644 --- a/OpenRA.Mods.RA/OpenWidgetAtGameStart.cs +++ b/OpenRA.Mods.RA/OpenWidgetAtGameStart.cs @@ -15,7 +15,7 @@ namespace OpenRA.Mods.RA public class OpenWidgetAtGameStartInfo : ITraitInfo { public readonly string Widget = "INGAME_ROOT"; - public readonly string ObserverWidget = ""; + public readonly string ObserverWidget = null; public object Create(ActorInitializer init) { return new OpenWidgetAtGameStart(this); } }