* Changed reference to NullReferenceException to System.NullReferenceException for Linux

afrisby
Teravus Ovares 2007-11-24 04:12:55 +00:00
parent 892f942523
commit 18e1e62f26
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ namespace OpenSim.Region.Environment.Scenes
{
client.SendKillObject(avatar.RegionHandle, avatar.LocalId);
}
catch (NullReferenceException NE)
catch (System.NullReferenceException NE)
{
//We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway.