diff options
author | Richard Linden <none@none> | 2010-10-25 18:33:06 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-10-25 18:33:06 -0700 |
commit | c47365480ccd6daf09c5e6f1f0672f5e0c42fadc (patch) | |
tree | d5f8b6e02ddbd016762ed3223cf1b4cf90aa2376 /indra/newview/app_settings/settings.xml | |
parent | b0d19b513de958bf5ad73278524b9deed431d166 (diff) |
EXP-322 FIXED Able spawn World map in Skylight Viewer with llMapDestination function
Diffstat (limited to 'indra/newview/app_settings/settings.xml')
-rw-r--r-- | indra/newview/app_settings/settings.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index a06e1ff384..92aa6db3f8 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -8451,6 +8451,17 @@ <key>Value</key> <integer>0</integer> </map> + <key>ScriptsCanShowUI</key> + <map> + <key>Comment</key> + <string>Allow LSL calls (such as LLMapDestination) to spawn viewer UI</string> + <key>Persist</key> + <integer>1</integer> + <key>Type</key> + <string>Boolean</string> + <key>Value</key> + <integer>1</integer> + </map> <key>SecondLifeEnterprise</key> <map> <key>Comment</key> |