mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
== string.Empty is .Lenght == 0
This commit is contained in:
@@ -1673,7 +1673,7 @@ namespace OpenSim.Region.CoreModules.Asset
|
||||
|
||||
public string Store(AssetBase asset)
|
||||
{
|
||||
if (asset.FullID == UUID.Zero)
|
||||
if (asset.FullID.IsZero())
|
||||
{
|
||||
asset.FullID = UUID.Random();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user