mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
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.
This commit is contained in:
@@ -284,6 +284,8 @@ namespace OpenSim.Data.NHibernate
|
||||
if (appearance == null)
|
||||
return;
|
||||
|
||||
appearance.Owner = user;
|
||||
|
||||
bool exists = ExistsAppearance(user);
|
||||
if (exists)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user