mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Change DropObject to public. Fixes Mantis #3314
This commit is contained in:
@@ -403,7 +403,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
m_activeScripts += number;
|
||||
}
|
||||
|
||||
protected internal void DropObject(uint objectLocalID, IClientAPI remoteClient)
|
||||
public void DropObject(uint objectLocalID, IClientAPI remoteClient)
|
||||
{
|
||||
List<EntityBase> EntityList = GetEntities();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user