remove wrong uuid null tests

This commit is contained in:
UbitUmarov
2022-10-02 12:10:41 +01:00
parent 2346af0715
commit b02c65280e
3 changed files with 0 additions and 6 deletions

View File

@@ -152,8 +152,6 @@ namespace OpenSim.Data.PGSQL
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";