Change DropObject to public. Fixes Mantis #3314
parent
feaa645071
commit
78a19528c6
|
@ -403,7 +403,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
m_activeScripts += number;
|
m_activeScripts += number;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected internal void DropObject(uint objectLocalID, IClientAPI remoteClient)
|
public void DropObject(uint objectLocalID, IClientAPI remoteClient)
|
||||||
{
|
{
|
||||||
List<EntityBase> EntityList = GetEntities();
|
List<EntityBase> EntityList = GetEntities();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue