From 5feaff8524845d3475c02d1ba96465925e65e34a Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Thu, 30 Oct 2008 22:32:23 +0000 Subject: test: Extend malformed packet test to actually check that a valid packet can get through after the malformed ones have been sent --- OpenSim/Region/Environment/Scenes/Scene.cs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs') diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 77afc43..0dd89ae 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs @@ -2185,11 +2185,6 @@ namespace OpenSim.Region.Environment.Scenes #region Add/Remove Avatar Methods - /// - /// Register the new client with the scene - /// - /// public override void AddNewClient(IClientAPI client, bool child) { SubscribeToClientEvents(client); -- cgit v1.1