diff options
author | Melanie | 2012-08-03 15:33:30 +0200 |
---|---|---|
committer | Melanie | 2012-08-03 15:33:30 +0200 |
commit | b8ba224b4f920a1c5f89acb13100d6568cbc3d1c (patch) | |
tree | 0375ea676f9285847cb94f7fb102d2a2bd9e1e54 /OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |
parent | Remove a merge artefaci in IsActive handling and restore commented out correc... (diff) | |
download | opensim-SC-b8ba224b4f920a1c5f89acb13100d6568cbc3d1c.zip opensim-SC-b8ba224b4f920a1c5f89acb13100d6568cbc3d1c.tar.gz opensim-SC-b8ba224b4f920a1c5f89acb13100d6568cbc3d1c.tar.bz2 opensim-SC-b8ba224b4f920a1c5f89acb13100d6568cbc3d1c.tar.xz |
Remove another superflouous IsActive set
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 1410cf6..8cac731 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -551,8 +551,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
551 | OutPacket(disable, ThrottleOutPacketType.Unknown); | 551 | OutPacket(disable, ThrottleOutPacketType.Unknown); |
552 | } | 552 | } |
553 | 553 | ||
554 | // IsActive = false; | ||
555 | |||
556 | // Shutdown the image manager | 554 | // Shutdown the image manager |
557 | ImageManager.Close(); | 555 | ImageManager.Close(); |
558 | 556 | ||