aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-02-08 21:43:42 +0000
committerJustin Clark-Casey (justincc)2013-02-08 21:43:42 +0000
commita2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581 (patch)
tree3ae420ba6e466073dcc4f0d9660b056b62134527
parentBump 0.7.5 flavour to Release (diff)
parentChanged protection of CreateDefaultAppearanceEntries to protected, so extensi... (diff)
downloadopensim-SC-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.zip
opensim-SC-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.tar.gz
opensim-SC-a2d327b70b3ea5bbf8b5fb8b1f0859a3e006a581.tar.bz2
opensim-SC-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
-rw-r--r--OpenSim/Services/UserAccountService/UserAccountService.cs2
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