Style & nit fixes
This commit is contained in:
@@ -36,9 +36,7 @@ namespace OpenRA.Network
|
||||
public ReplayConnection(string replayFilename)
|
||||
{
|
||||
using (var rs = File.OpenRead(replayFilename))
|
||||
{
|
||||
Read(rs, ref TickCount, ref IsValid, ref LobbyInfo);
|
||||
}
|
||||
|
||||
ordersFrame = LobbyInfo.GlobalSettings.OrderLatency;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user