*Hopefully fixed the empty dialog box error on client when logging in on sandbox mode

This commit is contained in:
mingchen
2007-06-29 01:58:16 +00:00
parent 135e9b1f53
commit 90b01ba80c
7 changed files with 7 additions and 7 deletions

View File

@@ -472,7 +472,6 @@ namespace OpenSim.Framework.UserManagement
return logResponse.CreateDeadRegionResponse();
}
CommitAgent(ref TheUser);
return logResponse.ToXmlRpcResponse();
}