Fixed debug output for llSetRegionPos.

This commit is contained in:
niel-archer 2012-02-01 08:37:51 +00:00
parent f6897f9b0d
commit 31919e31cd

View file

@ -3780,7 +3780,7 @@ namespace LSLEditor
public integer llSetRegionPos(vector Position)
{
Verbose("SetRemoteScriptAccessPin(" + Position + ")");
Verbose("llSetRegionPos(" + Position + ")");
m_pos = Position;
return true;
}