mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[raknet] Match BitStream::ReadVector(...)
This commit is contained in:
@ -1333,7 +1333,8 @@ namespace RakNet
|
|||||||
//unsigned short sx,sy,sz;
|
//unsigned short sx,sy,sz;
|
||||||
if (!Read(magnitude))
|
if (!Read(magnitude))
|
||||||
return false;
|
return false;
|
||||||
if (magnitude!=0.0)
|
//if (magnitude!=0.0f)
|
||||||
|
if (magnitude>0.00001f)
|
||||||
{
|
{
|
||||||
// Read(sx);
|
// Read(sx);
|
||||||
// Read(sy);
|
// Read(sy);
|
||||||
|
Reference in New Issue
Block a user