Add missing "System." to System.NullReferenceException

so Linux build works again.
afrisby
Charles Krinke 2007-12-28 03:45:19 +00:00
parent 776e83941a
commit 9b36c6c3ad
1 changed files with 1 additions and 1 deletions

View File

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