Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.

user_profiles
Diva Canto 2013-02-05 16:28:25 -08:00
parent 2104e4d4d4
commit 4cdee3dd3c
1 changed files with 1 additions and 1 deletions

View File

@ -545,7 +545,7 @@ namespace OpenSim.Services.UserAccountService
return account;
}
private void CreateDefaultAppearanceEntries(UUID principalID)
protected void CreateDefaultAppearanceEntries(UUID principalID)
{
m_log.DebugFormat("[USER ACCOUNT SERVICE]: Creating default appearance items for {0}", principalID);