[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:
@@ -885,8 +885,6 @@ namespace Simian.Extensions
|
||||
|
||||
void CompleteAgentMovementHandler(Packet packet, Agent agent)
|
||||
{
|
||||
CompleteAgentMovementPacket request = (CompleteAgentMovementPacket)packet;
|
||||
|
||||
// Create a representation for this agent
|
||||
Avatar avatar = new Avatar();
|
||||
avatar.ID = agent.Avatar.ID;
|
||||
|
||||
Reference in New Issue
Block a user