*Ban lines now work if they are enabled grid wide.

*Restricted lines just give you a friendly warning for now
This commit is contained in:
mingchen
2007-12-20 16:50:16 +00:00
parent dcaea6cd50
commit 0e6915ae48
3 changed files with 69 additions and 9 deletions

View File

@@ -45,6 +45,8 @@ namespace OpenSim.Region.Environment.Scenes
public LLUUID currentParcelUUID = LLUUID.Zero;
private List<LLUUID> m_animations = new List<LLUUID>();
private List<int> m_animationSeqs = new List<int>();
public Vector3 lastKnownAllowedPosition = new Vector3();
public bool sentMessageAboutRestrictedParcelFlyingDown = false;
private bool m_updateflag = false;
private byte m_movementflag = 0;