diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-08-02 05:31:35 +0300 |
---|---|---|
committer | Andrey Lihatskiy <118752495+marchcat@users.noreply.github.com> | 2025-08-02 13:22:30 +0000 |
commit | 7255933d2ac9c2a9101b817e7b880702f453c72b (patch) | |
tree | 7143227276a1f0bcacfb1a42712b26c2cabc988a | |
parent | 8240af03b9c64572ce0594052e18d374d6e8941c (diff) |
#3785 Set default `MediaFirstClickInteract` value to 31 (Landowner objects)
-rw-r--r-- | indra/newview/app_settings/settings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index b0b7430c97..5b5551dbe0 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -16243,7 +16243,7 @@ <key>Type</key> <string>S32</string> <key>Value</key> - <integer>1</integer> + <integer>31</integer> </map> </map> </llsd> |