Change the way ban lines work

This commit is contained in:
Melanie
2011-01-28 03:35:59 +01:00
parent 1b2deb5b77
commit 3834000778
2 changed files with 13 additions and 5 deletions

View File

@@ -1128,7 +1128,7 @@ namespace OpenSim.Region.Framework.Scenes
/// <summary>
/// Removes physics plugin scene representation of this agent if it exists.
/// </summary>
private void RemoveFromPhysicalScene()
public void RemoveFromPhysicalScene()
{
if (PhysicsActor != null)
{