Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.
parent
2104e4d4d4
commit
4cdee3dd3c
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue