mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Removed 2 warnings. Added pointer comments to where to add hooks and modify functions to get SE working.
This commit is contained in:
@@ -70,6 +70,7 @@ namespace OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL
|
||||
//public void llSay(UInt32 channelID, string text)
|
||||
public void llSay(object channelID, object text)
|
||||
{
|
||||
//TODO: DO SOMETHING USEFUL HERE
|
||||
Common.SendToDebug("INTERNAL FUNCTION llSay(" + (UInt32)channelID + ", \"" + (string)text + "\");");
|
||||
Common.SendToLog("llSay Channel " + (UInt32)channelID + ", Text: \"" + (string)text + "\"");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user