mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
cleanup last patch
This commit is contained in:
@@ -682,10 +682,12 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
m_OSSL_Functions.osNpcSay(npc, channel, message);
|
||||
}
|
||||
public void osNpcSayTo(LSL_Key npc, string target, int channel, string msg)
|
||||
|
||||
public void osNpcSayTo(LSL_Key npc, LSL_Key target, int channel, string msg)
|
||||
{
|
||||
m_OSSL_Functions.osNpcSayTo(npc, target, channel, msg);
|
||||
}
|
||||
}
|
||||
|
||||
public void osNpcShout(key npc, int channel, string message)
|
||||
{
|
||||
m_OSSL_Functions.osNpcShout(npc, channel, message);
|
||||
|
||||
Reference in New Issue
Block a user