mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
In library inventory, correct asset id for llSay example script
From http://opensimulator.org/mantis/view.php?id=6917 Thanks to FreakyTech for this spot.
This commit is contained in:
@@ -89,9 +89,9 @@
|
||||
<Key Name="assetType" Value="10" />
|
||||
<Key Name="fileName" Value="llResetLandBanList.lsl" />
|
||||
</Section>
|
||||
<Section Name="llResetLandPassList">
|
||||
<Section Name="llSay">
|
||||
<Key Name="assetID" Value="366ac8e9-b391-11dc-8314-0800200c9a66" />
|
||||
<Key Name="name" Value="llResetLandPassList" />
|
||||
<Key Name="name" Value="llSay" />
|
||||
<Key Name="assetType" Value="10" />
|
||||
<Key Name="fileName" Value="llSay.lsl" />
|
||||
</Section>
|
||||
@@ -240,4 +240,4 @@
|
||||
<Key Name="fileName" Value="KanEd-Test16.lsl" />
|
||||
</Section>
|
||||
|
||||
</Nini>
|
||||
</Nini>
|
||||
|
||||
Reference in New Issue
Block a user