Revert "implementing function to allow scripts to self-replicate as if the owner duplicated them, using the same script delay as llRezObject()"

This reverts commit 2ad9d656b3.

Reverted pending consideration of associated issues.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-08-24 01:18:35 +01:00
parent 2ad9d656b3
commit a08687aef3
3 changed files with 0 additions and 62 deletions

View File

@@ -955,10 +955,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
{
return m_OSSL_Functions.osGetRezzingObject();
}
public void osRezDuplicate(vector offset, rotation rot)
{
m_OSSL_Functions.osRezDuplicate(offset, rot);
}
}
}