mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 02:39:52 +08:00
remove wrong uuid null tests
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