mirror of
https://github.com/rehlds/rehlds.git
synced 2025-01-27 05:58:04 +03:00
Netchan_CopyFileFragments: fix typo
This commit is contained in:
parent
4afb6e3be9
commit
1a68407710
@ -1810,7 +1810,7 @@ qboolean Netchan_CopyFileFragments(netchan_t *chan)
|
||||
// malformed data or compressed data exceeding sv_net_incoming_decompression_max_size
|
||||
success = FALSE;
|
||||
}
|
||||
else if (!Netchan_ValidateDecompress(chan, FRAG_NORMAL_STREAM, compressedSize, uncompressedSize))
|
||||
else if (!Netchan_ValidateDecompress(chan, FRAG_FILE_STREAM, compressedSize, uncompressedSize))
|
||||
{
|
||||
success = FALSE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user