diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-04-15 02:23:38 +0300 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-04-17 13:33:49 +0300 |
commit | eaccee37f2875c4d2378cf0ce562f382b88487d7 (patch) | |
tree | 6aa01150bada134272c66b6c4e2361b273437e4f /indra/newview/app_settings/settings.xml | |
parent | ebbc09551adbf9f03681740987a488a61593acc6 (diff) |
SL-19549 Add option to show ban lines on collision
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index deeca494c3..5b465864cc 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -11316,11 +11316,11 @@ <key>ShowBanLines</key> <map> <key>Comment</key> - <string>Show in-world ban/access borders</string> + <string>Show in-world ban/access borders, 0 - do not show, 1 - show on collision, 2 - show on proximity</string> <key>Persist</key> <integer>1</integer> <key>Type</key> - <string>Boolean</string> + <string>S32</string> <key>Value</key> <integer>1</integer> </map> |