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
parent
c299953ce5
commit
afd2a4b206
|
@ -284,6 +284,8 @@ namespace OpenSim.Data.NHibernate
|
|||
if (appearance == null)
|
||||
return;
|
||||
|
||||
appearance.Owner = user;
|
||||
|
||||
bool exists = ExistsAppearance(user);
|
||||
if (exists)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue