diff --git a/trunk/LSLEditor.RES b/trunk/LSLEditor.RES index 57364a4..3b2d0f8 100644 Binary files a/trunk/LSLEditor.RES and b/trunk/LSLEditor.RES differ diff --git a/trunk/Properties/Settings.Designer.cs b/trunk/Properties/Settings.Designer.cs index 34fd218..cdb6a05 100644 --- a/trunk/Properties/Settings.Designer.cs +++ b/trunk/Properties/Settings.Designer.cs @@ -1210,7 +1210,7 @@ namespace LSLEditor.Properties { [global::System.Configuration.ApplicationScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("2.44.0")] + [global::System.Configuration.DefaultSettingValueAttribute("2.44.1")] public string Version { get { return ((string)(this["Version"])); diff --git a/trunk/Properties/Settings.settings b/trunk/Properties/Settings.settings index 7e44884..b5a0aa6 100644 --- a/trunk/Properties/Settings.settings +++ b/trunk/Properties/Settings.settings @@ -327,7 +327,7 @@ True - 2.44.0 + 2.44.1 UTF-8 diff --git a/trunk/SecondLife/SecondLifeMain.cs b/trunk/SecondLife/SecondLifeMain.cs index f842ccf..484fae3 100644 --- a/trunk/SecondLife/SecondLifeMain.cs +++ b/trunk/SecondLife/SecondLifeMain.cs @@ -3778,10 +3778,11 @@ namespace LSLEditor Verbose("SetPrimitiveParams(" + rule.ToString() + ")"); } - public vector llSetRegionPos(vector Position) + public integer llSetRegionPos(vector Position) { Verbose("SetRemoteScriptAccessPin(" + Position + ")"); m_pos = Position; + return true; } public void llSetRemoteScriptAccessPin(integer pin) diff --git a/trunk/app.config b/trunk/app.config index 7ae0452..f10605e 100644 --- a/trunk/app.config +++ b/trunk/app.config @@ -325,7 +325,7 @@ - 2.44.0 + 2.44.1