diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index 484fae3..f1c0d18 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -3780,7 +3780,7 @@ namespace LSLEditor public integer llSetRegionPos(vector Position) { - Verbose("SetRemoteScriptAccessPin(" + Position + ")"); + Verbose("llSetRegionPos(" + Position + ")"); m_pos = Position; return true; }