fix massive player/client confusion after people drop
This commit is contained in:
@@ -589,8 +589,9 @@ namespace OpenRA.Server
|
|||||||
|
|
||||||
static void SyncLobbyInfo()
|
static void SyncLobbyInfo()
|
||||||
{
|
{
|
||||||
DispatchOrders(null, 0,
|
if (!GameStarted) /* don't do this while the game is running, it breaks things. */
|
||||||
new ServerOrder("SyncInfo", lobbyInfo.Serialize()).Serialize());
|
DispatchOrders(null, 0,
|
||||||
|
new ServerOrder("SyncInfo", lobbyInfo.Serialize()).Serialize());
|
||||||
|
|
||||||
PingMasterServer();
|
PingMasterServer();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user