mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Changed reference to NullReferenceException to System.NullReferenceException for Linux
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user