From 67836ecf67767d25dee12a90ced3efe7acc68faf Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Thu, 14 May 2015 09:31:15 -0400 Subject: [PATCH] Actually, show the blue warning, it's intentional, it's only a warning.. --- indra/newview/lltoolbrush.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/lltoolbrush.cpp b/indra/newview/lltoolbrush.cpp index e66741085..5049b0644 100644 --- a/indra/newview/lltoolbrush.cpp +++ b/indra/newview/lltoolbrush.cpp @@ -389,11 +389,10 @@ BOOL LLToolBrushLand::handleMouseDown(S32 x, S32 y, MASK mask) return TRUE; } - /* Singu Note: This is true under wrong conditions, until it's fixed, don't annoy the user. if (!canTerraformParcel(regionp)) { alertNoTerraformParcel(); - }*/ + } LLVector3 pos_region = region_position.getPositionRegion(); U32 grids = regionp->getLand().mGridsPerEdge;