mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
* Update llGetNumberOfNotecardLines() and llGetNotecardLine() to use dataserver on dotnetengine * Thanks M.Igarashi
This commit is contained in:
@@ -1601,7 +1601,7 @@ namespace OpenSim.Region.ScriptEngine.Common
|
||||
return m_LSL_Functions.llGetNumberOfPrims();
|
||||
}
|
||||
|
||||
public int llGetNumberOfNotecardLines(string name)
|
||||
public string llGetNumberOfNotecardLines(string name)
|
||||
{
|
||||
return m_LSL_Functions.llGetNumberOfNotecardLines(name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user