diff options
author | Adam Frisby | 2007-10-19 23:36:27 +0000 |
---|---|---|
committer | Adam Frisby | 2007-10-19 23:36:27 +0000 |
commit | 4f1abe3e76421e0e02df908102db61e45fab8779 (patch) | |
tree | 40126369bf651164d3198eae0466e604d13c236c /bin/OpenSim.ini | |
parent | * Cross-border region chat should now work as long as both regions are part o... (diff) | |
download | opensim-SC_OLD-4f1abe3e76421e0e02df908102db61e45fab8779.zip opensim-SC_OLD-4f1abe3e76421e0e02df908102db61e45fab8779.tar.gz opensim-SC_OLD-4f1abe3e76421e0e02df908102db61e45fab8779.tar.bz2 opensim-SC_OLD-4f1abe3e76421e0e02df908102db61e45fab8779.tar.xz |
* Whisper, Say and Shout distances are now configurable (what the hell!)
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index cac063a..598a666 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -39,6 +39,11 @@ user_recv_key = "null" | |||
39 | 39 | ||
40 | asset_server_url = "http://127.0.0.1:8003" | 40 | asset_server_url = "http://127.0.0.1:8003" |
41 | 41 | ||
42 | [Chat] | ||
43 | whisper_distance = 10 | ||
44 | say_distance = 30 | ||
45 | shout_distance = 100 | ||
46 | |||
42 | ; Uncomment the following for IRC bridge | 47 | ; Uncomment the following for IRC bridge |
43 | ; experimental, so if it breaks... keep both parts... yada yada | 48 | ; experimental, so if it breaks... keep both parts... yada yada |
44 | ; also, not good error detection when it fails | 49 | ; also, not good error detection when it fails |