diff options
author | Melanie | 2012-07-16 23:31:55 +0100 |
---|---|---|
committer | Melanie | 2012-07-16 23:31:55 +0100 |
commit | 1c3b0da74a6e662ceebad53c82d38ba8a42795b3 (patch) | |
tree | 667cc0f0139c4aa91fed19d83c037713293526d0 /OpenSim/Region/Framework/Interfaces | |
parent | sending more user-friendly messages to the script error window rather than th... (diff) | |
download | opensim-SC_OLD-1c3b0da74a6e662ceebad53c82d38ba8a42795b3.zip opensim-SC_OLD-1c3b0da74a6e662ceebad53c82d38ba8a42795b3.tar.gz opensim-SC_OLD-1c3b0da74a6e662ceebad53c82d38ba8a42795b3.tar.bz2 opensim-SC_OLD-1c3b0da74a6e662ceebad53c82d38ba8a42795b3.tar.xz |
Revert "Fix script "Running" behavior"
A better solution using the already present flags must be found.
This reverts commit 6d3ee8bb39d47ed7b32e8905fa0b2fc31c5a9f80.
Diffstat (limited to 'OpenSim/Region/Framework/Interfaces')
-rw-r--r-- | OpenSim/Region/Framework/Interfaces/IScriptModule.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs index 42dbedc..143af48 100644 --- a/OpenSim/Region/Framework/Interfaces/IScriptModule.cs +++ b/OpenSim/Region/Framework/Interfaces/IScriptModule.cs | |||
@@ -77,8 +77,6 @@ namespace OpenSim.Region.Framework.Interfaces | |||
77 | /// <param name="itemID">The item ID of the script.</param> | 77 | /// <param name="itemID">The item ID of the script.</param> |
78 | bool GetScriptState(UUID itemID); | 78 | bool GetScriptState(UUID itemID); |
79 | 79 | ||
80 | void SetRunEnable(UUID instanceID, bool enable); | ||
81 | |||
82 | void SaveAllState(); | 80 | void SaveAllState(); |
83 | 81 | ||
84 | /// <summary> | 82 | /// <summary> |