* 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.

afrisby
Adam Frisby 2007-07-29 13:18:58 +00:00
parent 5ee2e38c11
commit 7071b5082f
1 changed files with 1 additions and 1 deletions

View File

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