Chat lines vanish after a set time in game

Also, Clear chat on join server
This commit is contained in:
alzeih
2010-07-23 18:16:03 +12:00
committed by Chris Forbes
parent 409416b55c
commit 9516235707
4 changed files with 27 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ namespace OpenRA.Widgets.Delegates
break;
case ConnectionState.Connected:
r.OpenWindow("SERVER_LOBBY");
r.GetWidget("SERVER_LOBBY").GetWidget<ChatDisplayWidget>("CHAT_DISPLAY").ClearChat();
break;
}
};