Fixed debug output for llSetRegionPos.
This commit is contained in:
parent
de2e999175
commit
adbc781469
1 changed files with 1 additions and 1 deletions
|
@ -3780,7 +3780,7 @@ namespace LSLEditor
|
|||
|
||||
public integer llSetRegionPos(vector Position)
|
||||
{
|
||||
Verbose("SetRemoteScriptAccessPin(" + Position + ")");
|
||||
Verbose("llSetRegionPos(" + Position + ")");
|
||||
m_pos = Position;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue