From 513ae92bbb4a37c7e95dbd0c5c252862d7658b1c Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 7 Apr 2009 19:15:26 +0000 Subject: * Apply http://opensimulator.org/mantis/view.php?id=3406 * Makes Second Life environment sensor ranges and maximum response number configurable * Thanks Intimidated --- bin/OpenSim.ini.example | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index d2e901a..813b1f1 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -1070,6 +1070,10 @@ ; up the system to malicious scripters ; NotecardLineReadCharsMax = 255 + ; Sensor settings + SensorMaxRange = 96.0 + SensorMaxResults = 16 + ; OS Functions enable/disable ; For each function, you can add one line, as shown ; The default for all functions allows them if below threat level -- cgit v1.1