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