diff options
author | Melanie | 2011-01-28 03:35:59 +0100 |
---|---|---|
committer | Melanie | 2011-01-28 03:35:59 +0100 |
commit | 3834000778b121a963ddbda8d5c2a9a2cd554569 (patch) | |
tree | cf3d05e0639b3af18cad4e2b80427df8797a6027 /OpenSim/Region/Framework | |
parent | Merge branch 'master' into careminster-presence-refactor (diff) | |
download | opensim-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.cs | 2 |
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 | { |