aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/Scene.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs
index 5ebdbe8..1ee0db0 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -909,7 +909,7 @@ namespace OpenSim.Region.Environment.Scenes
909 { 909 {
910 client.SendKillObject(avatar.RegionHandle, avatar.LocalId); 910 client.SendKillObject(avatar.RegionHandle, avatar.LocalId);
911 } 911 }
912 catch (NullReferenceException NE) 912 catch (System.NullReferenceException NE)
913 { 913 {
914 //We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway. 914 //We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway.
915 915