diff options
author | Melanie | 2010-12-03 18:32:03 +0100 |
---|---|---|
committer | Melanie | 2010-12-03 18:32:03 +0100 |
commit | 8741676bc3681e2045084e17f86196693d9156d3 (patch) | |
tree | 2f727bfe551e7b836f625a47e09e7370f1481dab /OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | |
parent | Improve health reporting (diff) | |
download | opensim-SC-8741676bc3681e2045084e17f86196693d9156d3.zip opensim-SC-8741676bc3681e2045084e17f86196693d9156d3.tar.gz opensim-SC-8741676bc3681e2045084e17f86196693d9156d3.tar.bz2 opensim-SC-8741676bc3681e2045084e17f86196693d9156d3.tar.xz |
Revert "Revert "Trigger changed event with CHANGED_TELEPORT when teleporting to another region.""
This reverts commit 6c01ebb87541ecf66d678606bb97d996bee51953.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs index 0c99d8c..8b7871b 100644 --- a/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs +++ b/OpenSim/Region/ScriptEngine/Interfaces/IScriptInstance.cs | |||
@@ -42,7 +42,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces | |||
42 | NewRez = 1, | 42 | NewRez = 1, |
43 | PrimCrossing = 2, | 43 | PrimCrossing = 2, |
44 | ScriptedRez = 3, | 44 | ScriptedRez = 3, |
45 | AttachedRez = 4 | 45 | AttachedRez = 4, |
46 | Teleporting = 5 | ||
46 | } | 47 | } |
47 | 48 | ||
48 | public interface IScriptWorkItem | 49 | public interface IScriptWorkItem |