From 4aad6a07ffbf1190836940b14476f24b7e8cecb1 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Fri, 29 May 2009 21:01:18 +0000 Subject: * refactor: Remove redundent prim id attribute on Scene.AddSceneObject() --- OpenSim/Framework/Communications/Services/LoginService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Framework/Communications/Services') 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 public virtual void LogOffUser(UserProfileData theUser, string message) { } - - + /// /// Called when we receive the client's initial XMLRPC login_to_simulator request message /// -- cgit v1.1