aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Shared/Api/Runtime
diff options
context:
space:
mode:
authorMelanie2012-06-26 10:48:27 +0200
committerMelanie2012-06-26 10:48:27 +0200
commit2ea8d820b025b6945bde3d84caec9345585c3592 (patch)
treea26923fa544e39cc06d3e95ba074f955415573e3 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime
parentPrevent bad prim in the database from crashing the sim, list affected (diff)
downloadopensim-SC_OLD-2ea8d820b025b6945bde3d84caec9345585c3592.zip
opensim-SC_OLD-2ea8d820b025b6945bde3d84caec9345585c3592.tar.gz
opensim-SC_OLD-2ea8d820b025b6945bde3d84caec9345585c3592.tar.bz2
opensim-SC_OLD-2ea8d820b025b6945bde3d84caec9345585c3592.tar.xz
Correct a wrong error constant
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
index 278f74e..ad4f70c 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -667,7 +667,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
667 667
668 public static readonly LSLInteger RCERR_UNKNOWN = -1; 668 public static readonly LSLInteger RCERR_UNKNOWN = -1;
669 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; 669 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2;
670 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3; 670 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = -3;
671 671
672 public const int KFM_MODE = 1; 672 public const int KFM_MODE = 1;
673 public const int KFM_LOOP = 1; 673 public const int KFM_LOOP = 1;