diff options
author | Justin Clarke Casey | 2009-05-29 21:01:18 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-05-29 21:01:18 +0000 |
commit | 4aad6a07ffbf1190836940b14476f24b7e8cecb1 (patch) | |
tree | 89638270808fd1c26a4c916f3575327459cf4c29 /OpenSim/Framework | |
parent | * Add save xml2 serialization test (diff) | |
download | opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.zip opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.tar.gz opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.tar.bz2 opensim-SC_OLD-4aad6a07ffbf1190836940b14476f24b7e8cecb1.tar.xz |
* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Communications/Services/LoginService.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/Services/LoginService.cs b/OpenSim/Framework/Communications/Services/LoginService.cs index 68a1819..2847887 100644 --- a/OpenSim/Framework/Communications/Services/LoginService.cs +++ b/OpenSim/Framework/Communications/Services/LoginService.cs | |||
@@ -91,8 +91,7 @@ namespace OpenSim.Framework.Communications.Services | |||
91 | public virtual void LogOffUser(UserProfileData theUser, string message) | 91 | public virtual void LogOffUser(UserProfileData theUser, string message) |
92 | { | 92 | { |
93 | } | 93 | } |
94 | 94 | ||
95 | |||
96 | /// <summary> | 95 | /// <summary> |
97 | /// Called when we receive the client's initial XMLRPC login_to_simulator request message | 96 | /// Called when we receive the client's initial XMLRPC login_to_simulator request message |
98 | /// </summary> | 97 | /// </summary> |