aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 8824921..cebf51b 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -181,10 +181,6 @@ namespace OpenSim.Region.Framework.Scenes
181 181
182 private const int LAND_VELOCITYMAG_MAX = 12; 182 private const int LAND_VELOCITYMAG_MAX = 12;
183 183
184 public bool IsRestrictedToRegion;
185
186 public string JID = String.Empty;
187
188 private float m_health = 100f; 184 private float m_health = 100f;
189 185
190 protected ulong crossingFromRegion; 186 protected ulong crossingFromRegion;