aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-18 18:58:39 +0000
committerJustin Clarke Casey2008-09-18 18:58:39 +0000
commit48978ba3e015e5ac8f3b7e2700926220f5648f93 (patch)
tree7ee0d5a4b2cb0ca92ba75414b4eb3b0b98350c65 /OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
parent* Make the ode simulation update loop print out the stack if an exception occ... (diff)
downloadopensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.zip
opensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.tar.gz
opensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.tar.bz2
opensim-SC_OLD-48978ba3e015e5ac8f3b7e2700926220f5648f93.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2212
* Update llGetNumberOfNotecardLines() and llGetNotecardLine() to use dataserver on dotnetengine * Thanks M.Igarashi
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
index 08693b3..825ecf2 100644
--- a/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
+++ b/OpenSim/Region/ScriptEngine/Common/BuiltIn_Commands_BaseClass.cs
@@ -1601,7 +1601,7 @@ namespace OpenSim.Region.ScriptEngine.Common
1601 return m_LSL_Functions.llGetNumberOfPrims(); 1601 return m_LSL_Functions.llGetNumberOfPrims();
1602 } 1602 }
1603 1603
1604 public int llGetNumberOfNotecardLines(string name) 1604 public string llGetNumberOfNotecardLines(string name)
1605 { 1605 {
1606 return m_LSL_Functions.llGetNumberOfNotecardLines(name); 1606 return m_LSL_Functions.llGetNumberOfNotecardLines(name);
1607 } 1607 }