Allow people to join mp games

This commit is contained in:
Paul Chote
2010-09-03 16:13:03 +12:00
parent 91487b85d0
commit 6ac4266847

View File

@@ -281,7 +281,7 @@ namespace OpenRA.Widgets.Delegates
else
{
template = EmptySlotTemplate.Clone();
var name = template.GetWidget<ButtonWidget>("NAME");
var name = template.GetWidget<LabelWidget>("NAME");
name.GetText = () => s.Closed ? "Closed" : "Open";
}