mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 14:37:29 +08:00
[raknet] Match BitStream::ReadVector(...)
This commit is contained in:
parent
6775bae89b
commit
3828fa9c01
@ -1333,7 +1333,8 @@ namespace RakNet
|
||||
//unsigned short sx,sy,sz;
|
||||
if (!Read(magnitude))
|
||||
return false;
|
||||
if (magnitude!=0.0)
|
||||
//if (magnitude!=0.0f)
|
||||
if (magnitude>0.00001f)
|
||||
{
|
||||
// Read(sx);
|
||||
// Read(sy);
|
||||
|
Loading…
Reference in New Issue
Block a user