diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index f53174a..a1263a1 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | |||
@@ -798,7 +798,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
798 | 798 | ||
799 | /// <summary> | 799 | /// <summary> |
800 | /// Starts up the timers to check the client and resend unacked packets | 800 | /// Starts up the timers to check the client and resend unacked packets |
801 | /// Adds the client to the OpenSim.Region.Environment.Scenes.Scene | 801 | /// Adds the client to the OpenSim.Region.Framework.Scenes.Scene |
802 | /// </summary> | 802 | /// </summary> |
803 | protected virtual void InitNewClient() | 803 | protected virtual void InitNewClient() |
804 | { | 804 | { |