[Simian]
* (Untested) implementation of ObjectExtraParamsHandler * Fixed several mono compiler warnings and one compiler error * Converted to a non-deprecated method of fetching the local IP address git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@2463 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -71,8 +71,6 @@ namespace Simian.Extensions
|
||||
|
||||
void LogoutRequestHandler(Packet packet, Agent agent)
|
||||
{
|
||||
LogoutRequestPacket request = (LogoutRequestPacket)packet;
|
||||
|
||||
LogoutReplyPacket reply = new LogoutReplyPacket();
|
||||
reply.AgentData.AgentID = agent.Avatar.ID;
|
||||
reply.AgentData.SessionID = agent.SessionID;
|
||||
|
||||
Reference in New Issue
Block a user