Fix chat for defeated players.

This commit is contained in:
Paul Chote
2013-10-26 12:20:50 +13:00
parent 67bca1fe8c
commit f2a0614622

View File

@@ -51,7 +51,7 @@ namespace OpenRA.Mods.Cnc.Widgets.Logic
else
InitPlayerWidgets(world, playerRoot);
Game.LoadWidget(world, "CHAT_PANEL", playerRoot, new WidgetArgs());
Game.LoadWidget(world, "CHAT_PANEL", ingameRoot, new WidgetArgs());
}
public void OptionsClicked()