Fixed debug output for llSetRegionPos.
This commit is contained in:
parent
f6897f9b0d
commit
31919e31cd
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue