From 83556df17a2e8dd5d39733351fdb9920467cbaa4 Mon Sep 17 00:00:00 2001
From: Cinders <cinder@cinderblocks.biz>
Date: Thu, 13 Aug 2015 22:11:30 -0600
Subject: [PATCH] This feels a little better.

---
 indra/newview/llworldmapmessage.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/indra/newview/llworldmapmessage.cpp b/indra/newview/llworldmapmessage.cpp
index 36ddf55ccd..83f1b4c456 100755
--- a/indra/newview/llworldmapmessage.cpp
+++ b/indra/newview/llworldmapmessage.cpp
@@ -200,9 +200,10 @@ void LLWorldMapMessage::processMapBlockReply(LLMessageSystem* msg, void**)
 		U32 y_world = (U32)(y_regions) * REGION_WIDTH_UNITS;
 
 		// name shouldn't be empty, see EXT-4568
-		if (name.empty())
+		if (name.empty() && accesscode != 255)
 		{
 			LL_WARNS("World Map") << "MapBlockReply returned an empty region name; not inserting in the world map" << LL_ENDL;
+			continue;
 		}
 
 		// Insert that region in the world map, if failure, flag it as a "null_sim"
-- 
GitLab