mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-11-23 14:29:52 +00:00
[raknet] Update RakPeer::RunUpdateCycle()
This commit is contained in:
parent
2aaec6944f
commit
98c0a1d2ef
@ -4451,7 +4451,6 @@ bool RakPeer::RunUpdateCycle( void )
|
||||
inBitStream.IgnoreBits(8);
|
||||
stringCompressor->DecodeString(output, 255, &inBitStream);
|
||||
inBitStream.ReadCompressed(index);
|
||||
remoteSystem->rpcMap.AddIdentifierAtIndex((char*)output,index);
|
||||
delete [] data;
|
||||
}
|
||||
else if ( (unsigned char) data[ 0 ] == ID_REQUEST_STATIC_DATA )
|
||||
|
Loading…
Reference in New Issue
Block a user