diff options
Diffstat (limited to 'OpenSim/Grid/ScriptEngine/Common')
-rw-r--r-- | OpenSim/Grid/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs b/OpenSim/Grid/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs index 3411465..422af46 100644 --- a/OpenSim/Grid/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs +++ b/OpenSim/Grid/ScriptEngine/Common/LSL_BuiltIn_Commands_Interface.cs | |||
@@ -57,7 +57,6 @@ namespace OpenSim.Grid.ScriptEngine.Common | |||
57 | LSL_Types.Vector3 llRot2Up(LSL_Types.Quaternion r); | 57 | LSL_Types.Vector3 llRot2Up(LSL_Types.Quaternion r); |
58 | LSL_Types.Quaternion llRotBetween(LSL_Types.Vector3 start, LSL_Types.Vector3 end); | 58 | LSL_Types.Quaternion llRotBetween(LSL_Types.Vector3 start, LSL_Types.Vector3 end); |
59 | void llWhisper(int channelID, string text); | 59 | void llWhisper(int channelID, string text); |
60 | //void llSay(int channelID, string text); | ||
61 | void llSay(int channelID, string text); | 60 | void llSay(int channelID, string text); |
62 | void llShout(int channelID, string text); | 61 | void llShout(int channelID, string text); |
63 | int llListen(int channelID, string name, string ID, string msg); | 62 | int llListen(int channelID, string name, string ID, string msg); |