Only reload packages etc on gamestart. Needs testing.

This commit is contained in:
Paul Chote
2010-04-04 18:31:41 +12:00
parent a8e23dfb1b
commit 64a6ca2ef9
3 changed files with 46 additions and 27 deletions

View File

@@ -125,7 +125,7 @@ namespace OpenRA.Graphics
// TODO: Kill this (hopefully!) soon
if (state == ConnectionState.Connected)
Game.chrome.DrawLobby( world );
Game.chrome.DrawLobby();
lastConnectionState = state;
Game.chrome.DrawWidgets(world);