diff options
Diffstat (limited to 'OpenSim/Framework/RegionInfo.cs')
-rw-r--r-- | OpenSim/Framework/RegionInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/RegionInfo.cs b/OpenSim/Framework/RegionInfo.cs index 03db1a6..76ae1ba 100644 --- a/OpenSim/Framework/RegionInfo.cs +++ b/OpenSim/Framework/RegionInfo.cs | |||
@@ -359,7 +359,7 @@ namespace OpenSim.Framework | |||
359 | 359 | ||
360 | public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) | 360 | public bool shouldMasterAvatarDetailsBeAsked(string configuration_key) |
361 | { | 361 | { |
362 | if (MasterAvatarAssignedUUID.Equals(null) || MasterAvatarAssignedUUID.ToString() == LLUUID.Zero.ToString()) | 362 | if (MasterAvatarAssignedUUID == LLUUID.Zero) |
363 | { | 363 | { |
364 | return true; | 364 | return true; |
365 | } | 365 | } |