Fix compiler warning due to incomplete refactoring in r5901.

This commit is contained in:
Jeff Ames
2008-08-18 01:08:38 +00:00
parent 6ef9d4da90
commit 642f6fd979

View File

@@ -462,10 +462,6 @@ namespace OpenSim.Framework
public bool shouldMasterAvatarDetailsBeAsked(string configuration_key)
{
return MasterAvatarAssignedUUID == LLUUID.Zero;
{
return true;
}
return false;
}
public bool handleIncomingConfiguration(string configuration_key, object configuration_result)