remove Adam's work around, this shouldn't be needed any more
parent
899ab4cd32
commit
2e6505f38e
|
@ -95,7 +95,7 @@ namespace OpenSim.Framework.Data.DB4o
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
return null;
|
return getUserByUUID(uuid).currentAgent;
|
||||||
}
|
}
|
||||||
catch (Exception)
|
catch (Exception)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue