aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorMelanie2011-01-28 03:35:59 +0100
committerMelanie2011-01-28 03:35:59 +0100
commit3834000778b121a963ddbda8d5c2a9a2cd554569 (patch)
treecf3d05e0639b3af18cad4e2b80427df8797a6027 /OpenSim/Region/Framework
parentMerge branch 'master' into careminster-presence-refactor (diff)
downloadopensim-SC_OLD-3834000778b121a963ddbda8d5c2a9a2cd554569.zip
opensim-SC_OLD-3834000778b121a963ddbda8d5c2a9a2cd554569.tar.gz
opensim-SC_OLD-3834000778b121a963ddbda8d5c2a9a2cd554569.tar.bz2
opensim-SC_OLD-3834000778b121a963ddbda8d5c2a9a2cd554569.tar.xz
Change the way ban lines work
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index a1ca9c5..1d7bf4c 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -1128,7 +1128,7 @@ namespace OpenSim.Region.Framework.Scenes
1128 /// <summary> 1128 /// <summary>
1129 /// Removes physics plugin scene representation of this agent if it exists. 1129 /// Removes physics plugin scene representation of this agent if it exists.
1130 /// </summary> 1130 /// </summary>
1131 private void RemoveFromPhysicalScene() 1131 public void RemoveFromPhysicalScene()
1132 { 1132 {
1133 if (PhysicsActor != null) 1133 if (PhysicsActor != null)
1134 { 1134 {