diff options
author | alondria | 2008-01-12 07:06:23 +0000 |
---|---|---|
committer | alondria | 2008-01-12 07:06:23 +0000 |
commit | 6108f1529f67e06262791f16b5e83aba583bd992 (patch) | |
tree | db99b013eb74f0322908014aa640a0a38e7f69b5 /bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl | |
parent | *removed a goofy debug line left in (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/assets/ScriptsAssetSet/llSetParcelMusicURL.lsl | 2 |
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 | } |