mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
remove wrong uuid null tests
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user