mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Preserve the script running flag when copying an object.
This commit is contained in:
@@ -50,5 +50,7 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void ResumeScript(UUID itemID);
|
||||
|
||||
ArrayList GetScriptErrors(UUID itemID);
|
||||
|
||||
bool HasScript(UUID itemID, out bool running);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user