From 988737b182a59bc0bca72b3c302ab68dd9c5ccfb Mon Sep 17 00:00:00 2001 From: idb Date: Sat, 11 Apr 2009 10:18:20 +0000 Subject: Correct Opensim.ini.example to reflect the default settings for clouds. Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited. --- bin/OpenSim.ini.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 2826462..ee2cfd6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -752,9 +752,9 @@ [Cloud] ; Enable this to generate classic particle clouds above the sim. ; default is disabled - turn it on here - enabled = true + enabled = false - ; Density of cloud cover 0.0 to 1.0 + ; Density of cloud cover 0.0 to 1.0 Defult 0.5 density = 0.5 ; update interval for the cloud cover data returned by llCloud(). -- cgit v1.1