From cff3c20ee5df34f4a6ff05c0bc1fbd35baceff42 Mon Sep 17 00:00:00 2001 From: Charles Krinke Date: Sun, 2 Mar 2008 22:36:47 +0000 Subject: Thank you very much, Ahzzmandius for: converts Parse calls to TryParse Replaces string.empty and lluuid.zero calls on user load to use real values from DB (related to user profile save/load work. Finer grained patching) --- OpenSim/Framework/Data/RegionProfileData.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'OpenSim/Framework/Data') diff --git a/OpenSim/Framework/Data/RegionProfileData.cs b/OpenSim/Framework/Data/RegionProfileData.cs index fb53ac7..f9f4283 100644 --- a/OpenSim/Framework/Data/RegionProfileData.cs +++ b/OpenSim/Framework/Data/RegionProfileData.cs @@ -123,17 +123,11 @@ namespace OpenSim.Framework.Data /// public LLUUID regionMapTextureID = new LLUUID("00000000-0000-0000-9999-000000000006"); - // part of an initial brutish effort to provide accurate information (as per the xml region spec) - // wrt the ownership of a given region - // the (very bad) assumption is that this value is being read and handled inconsistently or - // not at all. Current strategy is to put the code in place to support the validity of this information - // and to roll forward debugging any issues from that point - // /// /// this particular mod to the file provides support within the spec for RegionProfileData for the /// owner_uuid for the region /// - public LLUUID owner_uuid; + public LLUUID owner_uuid = LLUUID.Zero; /// /// Get Sim profile data from grid server when in grid mode -- cgit v1.1