mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: server: fix testpacket on BE server
This commit is contained in:
@@ -836,7 +836,7 @@ static void SV_TestBandWidth( netadr_t from )
|
||||
return;
|
||||
}
|
||||
|
||||
crc = svs.testpacket_crcs[ofs];
|
||||
crc = LittleLong( svs.testpacket_crcs[ofs] );
|
||||
memcpy( svs.testpacket_crcpos, &crc, sizeof( crc ));
|
||||
|
||||
// send the datagram
|
||||
|
||||
Reference in New Issue
Block a user