Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.
parent
8f32e16497
commit
6e5d352bf6
|
@ -545,7 +545,7 @@ namespace OpenSim.Services.UserAccountService
|
||||||
return account;
|
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);
|
m_log.DebugFormat("[USER ACCOUNT SERVICE]: Creating default appearance items for {0}", principalID);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue