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

This commit is contained in:
Sean Dague
2007-07-31 19:39:04 +00:00
parent 899ab4cd32
commit 2e6505f38e

View File

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