Fixed debug output for llSetRegionPos.

This commit is contained in:
niel-archer 2012-02-01 08:37:51 +00:00
parent de2e999175
commit adbc781469

View file

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