minor: remove mono compiler warning

0.6.9
Justin Clark-Casey (justincc) 2010-02-19 22:31:53 +00:00
parent c767a7901c
commit 8294fbd069
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Combat.CombatModule
avatar.Invulnerable = true;
}
}
catch (Exception ex)
catch (Exception)
{
}
}