remove Adam's work around, this shouldn't be needed any more

afrisby
Sean Dague 2007-07-31 19:39:04 +00:00
parent 899ab4cd32
commit 2e6505f38e
1 changed files with 1 additions and 1 deletions

View File

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