From 9df3afc1efd92c5c080703f5d1dc858dbeafea1c Mon Sep 17 00:00:00 2001 From: Jonathan Yap Date: Fri, 6 Apr 2012 09:48:54 -0400 Subject: STORM-1839 Banlines need to be extended from 768 meters to 5000 meters now that explicit ban height has been changed. --- indra/llinventory/llparcel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llinventory') diff --git a/indra/llinventory/llparcel.h b/indra/llinventory/llparcel.h index e36d0b20d2..f0b2caca3d 100644 --- a/indra/llinventory/llparcel.h +++ b/indra/llinventory/llparcel.h @@ -45,7 +45,7 @@ const S32 PARCEL_UNIT_AREA = 16; const F32 PARCEL_HEIGHT = 50.f; //Height above ground which parcel boundries exist for explicitly banned avatars -const F32 BAN_HEIGHT = 768.f; +const F32 BAN_HEIGHT = 5000.f; // Maximum number of entries in an access list const S32 PARCEL_MAX_ACCESS_LIST = 300; -- cgit v1.2.3