Disable IRC chat in the server browser.

This commit is contained in:
Paul Chote
2013-11-28 22:14:29 +13:00
parent a99d7fee82
commit 76c332acca
3 changed files with 18 additions and 25 deletions

View File

@@ -101,7 +101,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
showIncompatibleCheckbox.OnClick = () => { showIncompatible ^= true; ServerList.Query(games => RefreshServerList(panel, games)); };
}
Game.LoadWidget(null, "SERVERBROWSER_IRC", panel.Get("IRC_ROOT"), new WidgetArgs());
// Game.LoadWidget(null, "SERVERBROWSER_IRC", panel.Get("IRC_ROOT"), new WidgetArgs());
ServerList.Query(games => RefreshServerList(panel, games));
}