mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Another try: Fix moon bleeding over into linden grid. Need to clear your cache to fix it.
This commit is contained in:
@@ -141,8 +141,8 @@ namespace OpenSim.Framework.UserManagement
|
||||
allowFirstLife = "Y";
|
||||
|
||||
SunTexture = "cce0f112-878f-4586-a2e2-a8f104bba271";
|
||||
CloudTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621";
|
||||
MoonTexture = "fc4b9f0b-d008-45c6-96a4-01dd947ac621";
|
||||
CloudTexture = "dc4b9f0b-d008-45c6-96a4-01dd947ac621";
|
||||
MoonTexture = "ec4b9f0b-d008-45c6-96a4-01dd947ac621";
|
||||
|
||||
ErrorMessage = "You have entered an invalid name/password combination. Check Caps/lock.";
|
||||
ErrorReason = "key";
|
||||
|
||||
@@ -470,10 +470,17 @@
|
||||
<Key Name="fileName" Value="newpants.dat"/>
|
||||
</Section>
|
||||
<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="assetType" Value="0" />
|
||||
<Key Name="inventoryType" Value="0" />
|
||||
<Key Name="fileName" Value="moon.jp2"/>
|
||||
</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>
|
||||
|
||||
BIN
bin/cloud.jp2
Normal file
BIN
bin/cloud.jp2
Normal file
Binary file not shown.
Reference in New Issue
Block a user