mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
a few more changes to Xinventory service
This commit is contained in:
@@ -176,8 +176,6 @@ namespace OpenSim.Data.MySQL
|
||||
|
||||
if(string.IsNullOrEmpty(ad.ParcelName))
|
||||
ad.ParcelName = "Unknown";
|
||||
if(ad.ParcelId == null)
|
||||
ad.ParcelId = UUID.Zero;
|
||||
if(string.IsNullOrEmpty(ad.Description))
|
||||
ad.Description = "No Description";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user