mirror of
https://github.com/opensim/opensim.git
synced 2026-07-02 08:25:44 +08:00
Fix script "Running" behavior
Unchecking "Running" box in script editor now persists. This fixes http://opensimulator.org/mantis/view.php?id=6057
This commit is contained in:
@@ -75,6 +75,8 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
/// <param name="itemID">The item ID of the script.</param>
|
||||
bool GetScriptState(UUID itemID);
|
||||
|
||||
void SetRunEnable(UUID instanceID, bool enable);
|
||||
|
||||
void SaveAllState();
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user