fix formatting

This commit is contained in:
Chris Forbes
2011-10-19 19:54:05 +13:00
parent 10733c3a31
commit a7c276849d

View File

@@ -26,6 +26,7 @@ namespace OpenRA.Network
var lastFrame = 0;
var hasSeenGameStart = false;
var lobbyInfo = null as Session;
using (var conn = new ReplayConnection(filename))
conn.Receive((client, packet) =>
{