Fix crash in LLImProcessing when message comes in before region is fully init (#2604)
secondlife/viewer#2603master
parent
1dcbae822d
commit
9fa95dd0b2
|
|
@ -488,7 +488,7 @@ void LLIMProcessing::processNewMessage(LLUUID from_id,
|
|||
case IM_NOTHING_SPECIAL: // p2p IM
|
||||
// Don't show dialog, just do IM
|
||||
if (!gAgent.isGodlike()
|
||||
&& gAgent.getRegion()->isPrelude()
|
||||
&& gAgent.inPrelude()
|
||||
&& to_id.isNull())
|
||||
{
|
||||
// do nothing -- don't distract newbies in
|
||||
|
|
|
|||
Loading…
Reference in New Issue