fixed some things
This commit is contained in:
@@ -134,7 +134,8 @@ namespace OpenRa.Game
|
||||
Game.LocalPlayer.IsReady ^= true;
|
||||
Game.controller.AddOrder(
|
||||
new Order(Game.LocalPlayer,
|
||||
"ToggleReady", null, null, int2.Zero, "") { IsImmediate = true });
|
||||
"ToggleReady", null, null, int2.Zero,
|
||||
Game.LocalPlayer.IsReady ? "ready" : "not ready") { IsImmediate = true });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user