diff options
author | Justin Clark-Casey (justincc) | 2013-02-08 21:43:42 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-08 21:43:42 +0000 |
commit | a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581 (patch) | |
tree | 3ae420ba6e466073dcc4f0d9660b056b62134527 /OpenSim/Services | |
parent | Bump 0.7.5 flavour to Release (diff) | |
parent | Changed protection of CreateDefaultAppearanceEntries to protected, so extensi... (diff) | |
download | opensim-SC_OLD-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.zip opensim-SC_OLD-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.tar.gz opensim-SC_OLD-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.tar.bz2 opensim-SC_OLD-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.tar.xz |
Merge branch '0.7.5-post-fixes' of ssh://opensimulator.org/var/git/opensim into 0.7.5-post-fixes0.7.5
Diffstat (limited to 'OpenSim/Services')
-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 | ||