* Fixed an issue whereby DB4o was loading agents incorrectly (multiple logins should now work properly), done a temporary fix, but agents need to be stored seperately from userprofiles in DB4o.

This commit is contained in:
Adam Frisby
2007-07-29 13:18:58 +00:00
parent 5ee2e38c11
commit 7071b5082f

View File

@@ -95,7 +95,7 @@ namespace OpenSim.Framework.Data.DB4o
{
try
{
return getUserByUUID(uuid).currentAgent;
return null;
}
catch (Exception)
{