diff options
author | Charles Krinke | 2008-09-15 14:32:02 +0000 |
---|---|---|
committer | Charles Krinke | 2008-09-15 14:32:02 +0000 |
commit | 5164fa24110b0197c2d18dc824351d384b1b8582 (patch) | |
tree | c6180377754fb75e812a65bf0cb224e37e107273 /OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |
parent | Update svn properties, minor formatting cleanup, fix a compiler warning. (diff) | |
download | opensim-SC-5164fa24110b0197c2d18dc824351d384b1b8582.zip opensim-SC-5164fa24110b0197c2d18dc824351d384b1b8582.tar.gz opensim-SC-5164fa24110b0197c2d18dc824351d384b1b8582.tar.bz2 opensim-SC-5164fa24110b0197c2d18dc824351d384b1b8582.tar.xz |
Mantis#2197. Thank you kindly, Tyre, for a patch that:
adds the new function osTeleportAgent().
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs index 39502b6..5d6cd37 100644 --- a/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/LSL_BuiltIn_Commands.cs | |||
@@ -88,7 +88,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
88 | private float m_distanceFactor = 1.0f; | 88 | private float m_distanceFactor = 1.0f; |
89 | 89 | ||
90 | 90 | ||
91 | private void ScriptSleep(int delay) | 91 | protected void ScriptSleep(int delay) |
92 | { | 92 | { |
93 | delay = (int)((float)delay * m_delayFactor); | 93 | delay = (int)((float)delay * m_delayFactor); |
94 | if (delay == 0) | 94 | if (delay == 0) |