Make "Allow other residents to edit terrain" default to FALSE

avinationmerge
Tom Grimshaw 2010-06-25 05:25:41 -07:00
parent afff74a835
commit 3101d53064
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ namespace OpenSim.Framework
private uint _flags = (uint) ParcelFlags.AllowFly | (uint) ParcelFlags.AllowLandmark |
(uint) ParcelFlags.AllowAPrimitiveEntry |
(uint) ParcelFlags.AllowDeedToGroup | (uint) ParcelFlags.AllowTerraform |
(uint) ParcelFlags.AllowDeedToGroup |
(uint) ParcelFlags.CreateObjects | (uint) ParcelFlags.AllowOtherScripts |
(uint) ParcelFlags.SoundLocal;