diff options
author | Diva Canto | 2011-01-23 14:45:11 -0800 |
---|---|---|
committer | Diva Canto | 2011-01-23 14:47:58 -0800 |
commit | cc39d0bf4e3fd10435215b4de63e1dcf768df2f6 (patch) | |
tree | 320ca106d9b0d944ad8f821524368db5899fbb85 /OpenSim | |
parent | stop extremely old region serialization commands from appearing in the console (diff) | |
download | opensim-SC_OLD-cc39d0bf4e3fd10435215b4de63e1dcf768df2f6.zip opensim-SC_OLD-cc39d0bf4e3fd10435215b4de63e1dcf768df2f6.tar.gz opensim-SC_OLD-cc39d0bf4e3fd10435215b4de63e1dcf768df2f6.tar.bz2 opensim-SC_OLD-cc39d0bf4e3fd10435215b4de63e1dcf768df2f6.tar.xz |
Fixes mantis #5343
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Land/LandObject.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/LandObject.cs b/OpenSim/Region/CoreModules/World/Land/LandObject.cs index 3e41c55..4e1f9c5 100644 --- a/OpenSim/Region/CoreModules/World/Land/LandObject.cs +++ b/OpenSim/Region/CoreModules/World/Land/LandObject.cs | |||
@@ -217,6 +217,7 @@ namespace OpenSim.Region.CoreModules.World.Land | |||
217 | ParcelFlags.AllowDamage | | 217 | ParcelFlags.AllowDamage | |
218 | ParcelFlags.CreateObjects | | 218 | ParcelFlags.CreateObjects | |
219 | ParcelFlags.RestrictPushObject | | 219 | ParcelFlags.RestrictPushObject | |
220 | ParcelFlags.AllowOtherScripts | | ||
220 | ParcelFlags.AllowGroupScripts | | 221 | ParcelFlags.AllowGroupScripts | |
221 | ParcelFlags.CreateGroupObjects | | 222 | ParcelFlags.CreateGroupObjects | |
222 | ParcelFlags.AllowAPrimitiveEntry | | 223 | ParcelFlags.AllowAPrimitiveEntry | |