Fixed misnamed function
This commit is contained in:
parent
b3957ffa99
commit
740e4aec52
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ namespace LSLEditor
|
|||
System.Drawing.Point point = Properties.Settings.Default.RegionCorner;
|
||||
SecondLife.vector RegionCorner = new SecondLife.vector(point.X, point.Y, 0);
|
||||
|
||||
SecondLife.vector pos = secondlife.GetLocalPos();
|
||||
SecondLife.vector pos = secondlife.llGetLocalPos(false);
|
||||
|
||||
wc.Headers.Add("X-SecondLife-Shard", Properties.Settings.Default.XSecondLifeShard);
|
||||
wc.Headers.Add("X-SecondLife-Object-Name", secondlife.host.GetObjectName());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue