mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Update svn properties. Add copyright headers. Minor formatting cleanup.
This commit is contained in:
@@ -1335,7 +1335,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land
|
||||
m_landList.TryGetValue(localID, out land);
|
||||
}
|
||||
|
||||
if(land == null) return;
|
||||
if (land == null) return;
|
||||
|
||||
if (!m_scene.ExternalChecks.ExternalChecksCanEditParcel(remoteClient.AgentId, land))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user