From d4c17512855c4fcf3bb76b8ad45e0de190687a90 Mon Sep 17 00:00:00 2001 From: Adam Frisby Date: Tue, 30 Sep 2008 14:42:25 +0000 Subject: * Fixed minor issue while building: If you do a raytraced object placement and a target isn't found, the object is rezzed at 0,0,0 - instead now it will place according to the position sent by the client. * We may instead want to abort and send a "Cannot Rez Here" message? --- OpenSim/Framework/IClientAPI.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 1c38011..ddd1cd3 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs @@ -342,8 +342,6 @@ namespace OpenSim.Framework /// /// Returns the full name of the agent/avatar represented by this client /// - /// - /// string Name { get; } bool IsActive @@ -750,6 +748,7 @@ namespace OpenSim.Framework void SendLogoutPacket(); ClientInfo GetClientInfo(); + void SetClientInfo(ClientInfo info); void SetClientOption(string option, string value); string GetClientOption(string option); -- cgit v1.1