* Changed reference to NullReferenceException to System.NullReferenceException for Linux
parent
892f942523
commit
18e1e62f26
|
@ -909,7 +909,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
{
|
{
|
||||||
client.SendKillObject(avatar.RegionHandle, avatar.LocalId);
|
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.
|
//We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue