This commit is contained in:
Chris Forbes
2009-12-01 21:44:26 +13:00
parent aa4517c7ab
commit 83a0da9fee
3 changed files with 14 additions and 13 deletions

View File

@@ -129,7 +129,7 @@ namespace OpenRa.Game
base.OnKeyDown(e);
/* hack hack hack */
if (e.KeyCode == Keys.F8)
if (e.KeyCode == Keys.F8 && !Game.orderManager.GameStarted)
{
Game.LocalPlayer.IsReady ^= true;
Game.controller.AddOrder(