mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user