diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llnetmap.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp index 93039d935d..25f67afd5d 100644 --- a/indra/newview/llnetmap.cpp +++ b/indra/newview/llnetmap.cpp @@ -920,7 +920,7 @@ BOOL LLNetMap::handleDoubleClick(S32 x, S32 y, MASK mask)  		// If DoubleClickTeleport is on, double clicking the minimap will teleport there  		gAgent.teleportViaLocationLookAt(pos_global);  	} -	else  +	else if (gSavedSettings.getBOOL("DoubleClickShowWorldMap"))  	{  		LLFloaterReg::showInstance("world_map");  	} | 
