Move order lag change announcements to server.log

This commit is contained in:
ScottNZ
2014-02-24 13:33:04 +13:00
parent d7b891d995
commit 39484bdd45

View File

@@ -167,7 +167,7 @@ namespace OpenRA.Network
&& !orderManager.GameStarted) && !orderManager.GameStarted)
{ {
orderManager.FramesAhead = orderManager.LobbyInfo.GlobalSettings.OrderLatency; orderManager.FramesAhead = orderManager.LobbyInfo.GlobalSettings.OrderLatency;
Game.Debug("Order lag is now {0} frames.".F(orderManager.LobbyInfo.GlobalSettings.OrderLatency)); Log.Write("server", "Order lag is now {0} frames.", orderManager.LobbyInfo.GlobalSettings.OrderLatency);
} }
Game.SyncLobbyInfo(); Game.SyncLobbyInfo();
break; break;