Revert "Reduce order latency locally"

This reverts commit 20e5219cf4.
This commit is contained in:
Matthias Mailänder
2020-07-20 17:58:48 +02:00
committed by Oliver Brakmann
parent 150439d215
commit 3a9b35980c
2 changed files with 14 additions and 39 deletions

View File

@@ -1005,7 +1005,7 @@ namespace OpenRA.Server
// HACK: Turn down the latency if there is only one real player
if (LobbyInfo.NonBotClients.Count() == 1)
LobbyInfo.GlobalSettings.OrderLatency = 0;
LobbyInfo.GlobalSettings.OrderLatency = 1;
// Enable game saves for singleplayer missions only
// TODO: Enable for multiplayer (non-dedicated servers only) once the lobby UI has been created