mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Brushing rust of ye old commit
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
/* Original code: Tedd Hansen */
|
||||
using System;
|
||||
using Nini.Config;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
@@ -168,9 +168,9 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine
|
||||
public override void _StopScript(uint localID, UUID itemID)
|
||||
{
|
||||
// Stop script
|
||||
#if DEBUG
|
||||
m_scriptEngine.Log.Debug("[" + m_scriptEngine.ScriptEngineName + "]: Stop script localID: " + localID + " LLUID: " + itemID.ToString());
|
||||
#endif
|
||||
//#if DEBUG
|
||||
// m_scriptEngine.Log.Debug("[" + m_scriptEngine.ScriptEngineName + "]: Stop script localID: " + localID + " LLUID: " + itemID.ToString());
|
||||
//#endif
|
||||
|
||||
// Stop long command on script
|
||||
m_scriptEngine.m_ASYNCLSLCommandManager.RemoveScript(localID, itemID);
|
||||
|
||||
Reference in New Issue
Block a user