Serialize the Volume Detect field

This commit is contained in:
Melanie
2011-12-05 19:33:25 +01:00
parent 1ece4feccd
commit 6362df1202
2 changed files with 9 additions and 3 deletions

View File

@@ -220,8 +220,7 @@ namespace OpenSim.Region.Framework.Scenes
public Vector3 RotationAxis = Vector3.One;
public bool VolumeDetectActive; // XmlIgnore set to avoid problems with persistance until I come to care for this
// Certainly this must be a persistant setting finally
public bool VolumeDetectActive;
public bool IsWaitingForFirstSpinUpdatePacket;