mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Change the way ban lines work
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user