diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 716849c..9b12662 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -462,10 +462,6 @@ namespace OpenSim.Framework | |||
462 | public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) | 462 | public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) |
463 | { | 463 | { |
464 | return MasterAvatarAssignedUUID == LLUUID.Zero; | 464 | return MasterAvatarAssignedUUID == LLUUID.Zero; |
465 | { | ||
466 | return true; | ||
467 | } | ||
468 | return false; | ||
469 | } | 465 | } |
470 | 466 | ||
471 | public bool handleIncomingConfiguration(string configuration_key, object configuration_result) | 467 | public bool handleIncomingConfiguration(string configuration_key, object configuration_result) |