Add missing "System." to System.NullReferenceException
so Linux build works again.afrisby
parent
776e83941a
commit
9b36c6c3ad
|
@ -1232,7 +1232,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||||
{
|
{
|
||||||
client.SendKillObject(avatar.RegionHandle, avatar.LocalId);
|
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.
|
//We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue