double Ooopss

This commit is contained in:
UbitUmarov
2018-10-20 02:06:05 +01:00
parent 0611d3339b
commit f01e4600d1
2 changed files with 2 additions and 2 deletions

View File

@@ -127,7 +127,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public void llAttachToAvatarTemp(LSL_Integer attachment)
{
m_LSL_Functions.llAttachToAvatar(attachment);
m_LSL_Functions.llAttachToAvatarTemp(attachment);
}
public LSL_Key llAvatarOnSitTarget()