mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +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:
@@ -563,8 +563,8 @@
|
||||
; Distance in meters that whispers should travel. Default is 10m
|
||||
whisper_distance = 10
|
||||
|
||||
; Distance in meters that ordinary chat should travel. Default is 30m
|
||||
say_distance = 30
|
||||
; Distance in meters that ordinary chat should travel. Default is 20m
|
||||
say_distance = 20
|
||||
|
||||
; Distance in meters that shouts should travel. Default is 100m
|
||||
shout_distance = 100
|
||||
|
||||
Reference in New Issue
Block a user