mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
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.
This commit is contained in:
@@ -339,9 +339,9 @@
|
||||
;; Distance in meters that whispers should travel.
|
||||
; whisper_distance = 10
|
||||
|
||||
;# {say_distance} {} {Distance at which normal chat is heard, in meters? (SL uses 20 here)} {} 30
|
||||
;# {say_distance} {} {Distance at which normal chat is heard, in meters?} {} 20
|
||||
;; Distance in meters that ordinary chat should travel.
|
||||
; say_distance = 30
|
||||
; say_distance = 20
|
||||
|
||||
;# {shout_distance} {Distance at which a shout is heard, in meters?} {} 100
|
||||
;; Distance in meters that shouts should travel.
|
||||
|
||||
Reference in New Issue
Block a user