diff options
author | MW | 2008-11-24 10:03:18 +0000 |
---|---|---|
committer | MW | 2008-11-24 10:03:18 +0000 |
commit | 0be9ff19490149509dec72898be3f9dfe84612af (patch) | |
tree | 9f8f22a0995d99d3b4315d083cd4ec37c839d681 /OpenSim/Region/ScriptEngine | |
parent | Thanks SachaMagne for a patch which adds the following console commands: (diff) | |
download | opensim-SC-0be9ff19490149509dec72898be3f9dfe84612af.zip opensim-SC-0be9ff19490149509dec72898be3f9dfe84612af.tar.gz opensim-SC-0be9ff19490149509dec72898be3f9dfe84612af.tar.bz2 opensim-SC-0be9ff19490149509dec72898be3f9dfe84612af.tar.xz |
Some refactoring from about a week ago that I forgot to commit, of AssetTransactionModule to cut down on number of classes and to work towards having a base AssetXferUploader class than can be shared with EstateTerrainXferHandler
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs index 08c2f2f..8a380ad 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/OSSL_Api.cs | |||
@@ -763,7 +763,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api | |||
763 | // This gets very high because I have no idea what it does. | 763 | // This gets very high because I have no idea what it does. |
764 | // If someone knows, please adjust. If it;s no longer needed, | 764 | // If someone knows, please adjust. If it;s no longer needed, |
765 | // please remove. | 765 | // please remove. |
766 | // | 766 | //This sets the current time on a video. IE, it can be used to skip to a set time in the video. [MW] |
767 | CheckThreatLevel(ThreatLevel.VeryHigh, "osSetParcelMediaTime"); | 767 | CheckThreatLevel(ThreatLevel.VeryHigh, "osSetParcelMediaTime"); |
768 | 768 | ||
769 | m_host.AddScriptLPS(1); | 769 | m_host.AddScriptLPS(1); |