Fix compiler warning due to incomplete refactoring in r5901.
parent
6ef9d4da90
commit
642f6fd979
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue