Another try: Fix moon bleeding over into linden grid. Need to clear your cache to fix it.
parent
52fbc67100
commit
666bd6f06e
|
@ -141,8 +141,8 @@ namespace OpenSim.Framework.UserManagement
|
||||||
allowFirstLife = "Y";
|
allowFirstLife = "Y";
|
||||||
|
|
||||||
SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271";
|
SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271";
|
||||||
CloudTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621";
|
CloudTexture = "dc4b9f0b-d008-45c6-96a4-01dd947ac621";
|
||||||
MoonTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621";
|
MoonTexture = "ec4b9f0b-d008-45c6-96a4-01dd947ac621";
|
||||||
|
|
||||||
ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock.";
|
ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock.";
|
||||||
ErrorReason = "key";
|
ErrorReason = "key";
|
||||||
|
|
|
@ -470,10 +470,17 @@
|
||||||
<Key Name="fileName" Value="newpants.dat"/>
|
<Key Name="fileName" Value="newpants.dat"/>
|
||||||
</Section>
|
</Section>
|
||||||
<Section Name="Moon">
|
<Section Name="Moon">
|
||||||
<Key Name="assetID" Value="fc4b9f0b-d008-45c6-96a4-01dd947ac621"/>
|
<Key Name="assetID" Value="ec4b9f0b-d008-45c6-96a4-01dd947ac621"/>
|
||||||
<Key Name="name" Value="Moon"/>
|
<Key Name="name" Value="Moon"/>
|
||||||
<Key Name="assetType" Value="0" />
|
<Key Name="assetType" Value="0" />
|
||||||
<Key Name="inventoryType" Value="0" />
|
<Key Name="inventoryType" Value="0" />
|
||||||
<Key Name="fileName" Value="moon.jp2"/>
|
<Key Name="fileName" Value="moon.jp2"/>
|
||||||
</Section>
|
</Section>
|
||||||
|
<Section Name="Cloud">
|
||||||
|
<Key Name="assetID" Value="dc4b9f0b-d008-45c6-96a4-01dd947ac621"/>
|
||||||
|
<Key Name="name" Value="Cloud"/>
|
||||||
|
<Key Name="assetType" Value="0" />
|
||||||
|
<Key Name="inventoryType" Value="0" />
|
||||||
|
<Key Name="fileName" Value="cloud.jp2"/>
|
||||||
|
</Section>
|
||||||
</Nini>
|
</Nini>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue