remove Lock Teams checkbox from RA lobby

This commit is contained in:
Chris Forbes
2011-07-29 19:08:45 +12:00
parent 9b9f13ed1b
commit 8d9f7b715d
3 changed files with 1 additions and 19 deletions

View File

@@ -91,7 +91,6 @@ namespace OpenRA.Mods.RA
var lobby = Game.OpenWindow(orderManager.world, "SERVER_LOBBY");
lobby.GetWidget<ChatDisplayWidget>("CHAT_DISPLAY").ClearChat();
lobby.GetWidget("CHANGEMAP_BUTTON").Visible = true;
lobby.GetWidget("LOCKTEAMS_CHECKBOX").Visible = true;
lobby.GetWidget("ALLOWCHEATS_CHECKBOX").Visible = true;
lobby.GetWidget("DISCONNECT_BUTTON").Visible = true;
break;