mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 22:06:26 +08:00
* Removed references to "new LLUUID()", replaced with LLUUID.Zero.
This commit is contained in:
@@ -329,7 +329,7 @@ namespace OpenSim.Framework.Data.MySQL
|
||||
}
|
||||
else
|
||||
{
|
||||
retval.regionMapTextureID = new LLUUID();
|
||||
retval.regionMapTextureID = LLUUID.Zero;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user