diff options
author | Diva Canto | 2013-02-05 16:28:25 -0800 |
---|---|---|
committer | Diva Canto | 2013-02-05 16:28:25 -0800 |
commit | 4cdee3dd3c4cc293c542dbdb70f6da5d11202317 (patch) | |
tree | a93935151a0c7f99633a4a735b50145093cc1c7d /OpenSim | |
parent | * the root prim was being given an OffsetPosition in addition to setting the ... (diff) | |
download | opensim-SC_OLD-4cdee3dd3c4cc293c542dbdb70f6da5d11202317.zip opensim-SC_OLD-4cdee3dd3c4cc293c542dbdb70f6da5d11202317.tar.gz opensim-SC_OLD-4cdee3dd3c4cc293c542dbdb70f6da5d11202317.tar.bz2 opensim-SC_OLD-4cdee3dd3c4cc293c542dbdb70f6da5d11202317.tar.xz |
Changed protection of CreateDefaultAppearanceEntries to protected, so extensions of the UserAccountService can reuse this.
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Services/UserAccountService/UserAccountService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/UserAccountService/UserAccountService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs index a281b3b..5b4d040 100644 --- a/OpenSim/Services/UserAccountService/UserAccountService.cs +++ b/OpenSim/Services/UserAccountService/UserAccountService.cs | |||
@@ -545,7 +545,7 @@ namespace OpenSim.Services.UserAccountService | |||
545 | return account; | 545 | return account; |
546 | } | 546 | } |
547 | 547 | ||
548 | private void CreateDefaultAppearanceEntries(UUID principalID) | 548 | protected void CreateDefaultAppearanceEntries(UUID principalID) |
549 | { | 549 | { |
550 | m_log.DebugFormat("[USER ACCOUNT SERVICE]: Creating default appearance items for {0}", principalID); | 550 | m_log.DebugFormat("[USER ACCOUNT SERVICE]: Creating default appearance items for {0}", principalID); |
551 | 551 | ||