Remove "static" from the AsyncCommand Manager to make it work properly
in multiple region per sim setups0.6.0-stable
parent
f894f5d87b
commit
44adeb4ec8
|
@ -64,7 +64,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
|||
internal uint m_localID;
|
||||
internal LLUUID m_itemID;
|
||||
internal bool throwErrorOnNotImplemented = true;
|
||||
internal static AsyncCommandManager AsyncCommands = null;
|
||||
internal AsyncCommandManager AsyncCommands = null;
|
||||
|
||||
public void Initialize(IScriptEngine ScriptEngine, SceneObjectPart host, uint localID, LLUUID itemID)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue