Skip to content

Commit

Permalink
Fix crash in LLImProcessing when message comes in before region is fu…
Browse files Browse the repository at this point in the history
…lly init

#2603
  • Loading branch information
brad-linden committed Sep 18, 2024
1 parent 9241fb8 commit f181c38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indra/newview/llimprocessing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f181c38

Please sign in to comment.