mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* 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?
This commit is contained in:
@@ -342,8 +342,6 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Returns the full name of the agent/avatar represented by this client
|
||||
/// </summary>
|
||||
/// <param name="newPack"></param>
|
||||
/// <param name="packType"></param>
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user