halve bandwidth usage
This commit is contained in:
@@ -99,7 +99,7 @@ namespace OpenRA.Network
|
||||
|
||||
Dictionary<int, byte[]> syncForFrame = new Dictionary<int, byte[]>();
|
||||
|
||||
void CheckSync(byte[] packet)
|
||||
void CheckSync( byte[] packet )
|
||||
{
|
||||
var frame = BitConverter.ToInt32(packet, 0);
|
||||
byte[] existingSync;
|
||||
@@ -173,8 +173,6 @@ namespace OpenRA.Network
|
||||
|
||||
syncReport.UpdateSyncReport();
|
||||
|
||||
CheckSync( ss );
|
||||
|
||||
++NetFrameNumber;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user