From adbc7814690fa7c9f3dc83662268cac1c45208db Mon Sep 17 00:00:00 2001 From: niel-archer Date: Wed, 1 Feb 2012 08:37:51 +0000 Subject: [PATCH] Fixed debug output for llSetRegionPos. --- trunk/SecondLife/SecondLifeMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }