split lobby SyncInfo order into smaller chunks

closes #4594
This commit is contained in:
Matthias Mailänder
2014-04-16 17:29:26 +02:00
parent 0f591bb3ba
commit f365f9da2b
5 changed files with 166 additions and 40 deletions

View File

@@ -91,7 +91,10 @@ namespace OpenRA.Mods.RA
case "Disconnected":
case "ServerError":
case "AuthenticationError":
case "SyncInfo":
case "SyncLobbyInfo":
case "SyncClientInfo":
case "SyncLobbySlots":
case "SyncLobbyGlobalSettings":
return;
}
if (order.OrderString.StartsWith("Dev"))