aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/OpenSim.ini.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example
index 98da6ec..ebca45d 100644
--- a/bin/OpenSim.ini.example
+++ b/bin/OpenSim.ini.example
@@ -296,8 +296,16 @@ InterregionComms = "RESTComms"
296 296
297 297
298[Chat] 298[Chat]
299 ; Controls whether the chat module is enabled. Default is true.
300 enabled = true;
301
302 ; Distance in meters that whispers should travel. Default is 10m
299 whisper_distance = 10 303 whisper_distance = 10
304
305 ; Distance in meters that ordinary chat should travel. Default is 30m
300 say_distance = 30 306 say_distance = 30
307
308 ; Distance in meters that shouts should travel. Default is 100m
301 shout_distance = 100 309 shout_distance = 100
302 310
303 311
@@ -988,4 +996,4 @@ InterregionComms = "RESTComms"
988 active_trees = false 996 active_trees = false
989 997
990 ; Density of tree population 998 ; Density of tree population
991 tree_density = 1000.0 \ No newline at end of file 999 tree_density = 1000.0