aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/Scene.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Scene.cs')
-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 c0fda61..afceaab 100644
--- a/OpenSim/Region/Environment/Scenes/Scene.cs
+++ b/OpenSim/Region/Environment/Scenes/Scene.cs
@@ -1232,7 +1232,7 @@ namespace OpenSim.Region.Environment.Scenes
1232 { 1232 {
1233 client.SendKillObject(avatar.RegionHandle, avatar.LocalId); 1233 client.SendKillObject(avatar.RegionHandle, avatar.LocalId);
1234 } 1234 }
1235 catch (NullReferenceException) 1235 catch (System.NullReferenceException)
1236 { 1236 {
1237 //We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway. 1237 //We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway.
1238 } 1238 }