Reset Ready status of players in Lobby when options change
Addresses #11274
This commit is contained in:
@@ -302,7 +302,10 @@ namespace OpenRA.Network
|
|||||||
{
|
{
|
||||||
var strings = node.Key.Split('@');
|
var strings = node.Key.Split('@');
|
||||||
if (strings[0] == "GlobalSettings")
|
if (strings[0] == "GlobalSettings")
|
||||||
|
{
|
||||||
orderManager.LobbyInfo.GlobalSettings = Session.Global.Deserialize(node.Value);
|
orderManager.LobbyInfo.GlobalSettings = Session.Global.Deserialize(node.Value);
|
||||||
|
orderManager.IssueOrder(Order.Command("state {0}".F(Session.ClientState.NotReady)));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
SetOrderLag(orderManager);
|
SetOrderLag(orderManager);
|
||||||
|
|||||||
Reference in New Issue
Block a user