Added some error handling (and console output) to BaseHttpServer.

a few other bits of refactoring.
This commit is contained in:
MW
2007-12-02 18:49:42 +00:00
parent cac98171e5
commit 5ae8759de1
4 changed files with 34 additions and 30 deletions

View File

@@ -190,9 +190,6 @@ namespace OpenSim.Region.Environment.Scenes
}
replyPacket.Data = searchData;
client.SendAvatarPickerReply(replyPacket);
}
}
}