Add chat tab to multiplayer/replays ingame menu
This commit is contained in:
@@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
|
||||
};
|
||||
}
|
||||
|
||||
Game.LoadWidget(world, "CHAT_PANEL", worldRoot, new WidgetArgs());
|
||||
Game.LoadWidget(world, "CHAT_PANEL", worldRoot, new WidgetArgs() { { "isMenuChat", false } });
|
||||
|
||||
world.GameOver += () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user