From 616f83c877f132bd09515d548244f6d659f3923e Mon Sep 17 00:00:00 2001 From: Mario Steele Date: Sun, 4 Aug 2013 21:01:37 -0400 Subject: [PATCH] Fixed Location for Importing. When importing, properly set at a distance above the user's head of 3.5 Meters. This is only when the user doesn't specify a Location in which to rez it at. --- Radegast/GUI/Consoles/ImportConsole.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Radegast/GUI/Consoles/ImportConsole.cs b/Radegast/GUI/Consoles/ImportConsole.cs index 8970cac..fff74fa 100644 --- a/Radegast/GUI/Consoles/ImportConsole.cs +++ b/Radegast/GUI/Consoles/ImportConsole.cs @@ -321,7 +321,7 @@ namespace Radegast else { Importer.RezAt = Client.Self.SimPosition; - Importer.RezAt.Z += 0.5f; + Importer.RezAt.Z += 3.5f; } Thread t = new Thread(new System.Threading.ThreadStart(delegate() -- 2.11.0