First part of border crossing fix.

This commit is contained in:
MW
2007-05-25 19:09:19 +00:00
parent b2d588ed1c
commit 64741b55a6
8 changed files with 138 additions and 86 deletions

View File

@@ -58,7 +58,6 @@ namespace OpenSim
{
if (this._localWorld != null)
{
//ClientView.AddPacketHandler(PacketType.DeRezObject, _localWorld.DeRezObject);
ClientView.AddPacketHandler(PacketType.UUIDNameRequest, this.RequestUUIDName);
}
}