diff options
author | Justin Clark-Casey (justincc) | 2011-11-02 20:05:31 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-02 20:05:31 +0000 |
commit | 59232a6ea8739f4a83c21771e550893e75672b50 (patch) | |
tree | 47c4201a06fe9ca57612e765a47a7b86fbc01ffa /bin/OpenSimDefaults.ini | |
parent | Get some hopefully more useful exception information when OpenJPEG.EncodeFrom... (diff) | |
download | opensim-SC_OLD-59232a6ea8739f4a83c21771e550893e75672b50.zip opensim-SC_OLD-59232a6ea8739f4a83c21771e550893e75672b50.tar.gz opensim-SC_OLD-59232a6ea8739f4a83c21771e550893e75672b50.tar.bz2 opensim-SC_OLD-59232a6ea8739f4a83c21771e550893e75672b50.tar.xz |
Change default say distance to 20m from 30m, the same as on the big grid. This is to improve the migration of scripts that expect a 20m say distance.
If you want to keep a 30m say distance then please set this as the say_distance parameter in the [Chat] section of OpenSim.ini.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSimDefaults.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index d79cb1e..bf1976c 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -563,8 +563,8 @@ | |||
563 | ; Distance in meters that whispers should travel. Default is 10m | 563 | ; Distance in meters that whispers should travel. Default is 10m |
564 | whisper_distance = 10 | 564 | whisper_distance = 10 |
565 | 565 | ||
566 | ; Distance in meters that ordinary chat should travel. Default is 30m | 566 | ; Distance in meters that ordinary chat should travel. Default is 20m |
567 | say_distance = 30 | 567 | say_distance = 20 |
568 | 568 | ||
569 | ; Distance in meters that shouts should travel. Default is 100m | 569 | ; Distance in meters that shouts should travel. Default is 100m |
570 | shout_distance = 100 | 570 | shout_distance = 100 |