mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
This commit is contained in:
@@ -120,6 +120,9 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
|
||||
|
||||
public void setEstateTerrainBaseTexture(IClientAPI remoteClient, int corner, LLUUID texture)
|
||||
{
|
||||
if(texture == LLUUID.Zero)
|
||||
return;
|
||||
|
||||
switch (corner)
|
||||
{
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user