mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
* Removed 12 compiler warnings.
This commit is contained in:
@@ -1068,7 +1068,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
{
|
||||
avatar.Close();
|
||||
}
|
||||
catch (System.NullReferenceException NE)
|
||||
catch (System.NullReferenceException)
|
||||
{
|
||||
//We can safely ignore null reference exceptions. It means the avatar are dead and cleaned up anyway.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user