mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove some unneeded parens
This commit is contained in:
@@ -526,7 +526,7 @@ namespace OpenSim.Region.CoreModules.World.Land
|
||||
if (HasGroupAccess(avatar))
|
||||
return false;
|
||||
|
||||
return (!IsInLandAccessList(avatar));
|
||||
return !IsInLandAccessList(avatar);
|
||||
}
|
||||
|
||||
public bool IsInLandAccessList(UUID avatar)
|
||||
|
||||
Reference in New Issue
Block a user