somehow, I seem to have actually made appearance persistant

correctly with nhibernate.  Go figure. :)
User services still remain partial, but I'm going to move
on to Region Store to get that chunk out of the way.
0.6.0-stable
Sean Dague 2008-06-27 14:53:56 +00:00
parent c299953ce5
commit afd2a4b206
1 changed files with 2 additions and 0 deletions

View File

@ -284,6 +284,8 @@ namespace OpenSim.Data.NHibernate
if (appearance == null)
return;
appearance.Owner = user;
bool exists = ExistsAppearance(user);
if (exists)
{