remove some unused fields in ScenePresence
parent
cb0da425d5
commit
fc27806e90
|
@ -181,10 +181,6 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
|
|
||||||
private const int LAND_VELOCITYMAG_MAX = 12;
|
private const int LAND_VELOCITYMAG_MAX = 12;
|
||||||
|
|
||||||
public bool IsRestrictedToRegion;
|
|
||||||
|
|
||||||
public string JID = String.Empty;
|
|
||||||
|
|
||||||
private float m_health = 100f;
|
private float m_health = 100f;
|
||||||
|
|
||||||
protected ulong crossingFromRegion;
|
protected ulong crossingFromRegion;
|
||||||
|
|
Loading…
Reference in New Issue