Shift Right click now works on profile pictures, fixed minor message system bug where packets going in would be considered spoofed packets

This commit is contained in:
phr0z3nt04st
2010-07-06 12:24:00 -05:00
parent e25a02c407
commit c6a4f2570f
3 changed files with 39 additions and 22 deletions

View File

@@ -697,7 +697,7 @@ BOOL LLMessageSystem::checkMessages( S64 frame_count, bool faked_message, U8 fak
mCurrentRecvPacketID = ntohl(*((U32*)(&buffer[1])));
// <edit>
BOOL spoofed_packet = FALSE;
if(mSpoofProtectionLevel > 0)
if(!faked_message && mSpoofProtectionLevel > 0)
{
S32 len = receive_size;
U32 message = 0;