aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authoralondria2008-01-12 07:06:23 +0000
committeralondria2008-01-12 07:06:23 +0000
commit6108f1529f67e06262791f16b5e83aba583bd992 (patch)
treedb99b013eb74f0322908014aa640a0a38e7f69b5 /bin
parent*removed a goofy debug line left in (diff)
downloadopensim-SC_OLD-6108f1529f67e06262791f16b5e83aba583bd992.zip
opensim-SC_OLD-6108f1529f67e06262791f16b5e83aba583bd992.tar.gz
opensim-SC_OLD-6108f1529f67e06262791f16b5e83aba583bd992.tar.bz2
opensim-SC_OLD-6108f1529f67e06262791f16b5e83aba583bd992.tar.xz
Changed URL in example to avoid RIAA issues.
Diffstat (limited to 'bin')
-rw-r--r--bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl b/bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl
index fb5d035..9e1355e 100644
--- a/bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl
+++ b/bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl
@@ -2,6 +2,6 @@ default
2{ 2{
3 state_entry() 3 state_entry()
4 { 4 {
5 llSetParcelMusicURL("http://www.crossstitchpatterngall.com/Enya_-_Watermark.mp3"); 5 llSetParcelMusicURL("http://www.archive.org/download/Torley_Wong_-_The_Final_Selection/Torley_Wong-Lovers__Dance.mp3");
6 } 6 }
7} 7}