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

0.7.5-pf-bulletsim
Diva Canto 2013-02-05 16:28:25 -08:00
parent 8f32e16497
commit 6e5d352bf6
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);