attackstyles: comment out empty if statement
This commit is contained in:
@@ -320,10 +320,10 @@ public class AttackStylesPlugin extends Plugin
|
||||
{
|
||||
if (warnedSkills.contains(skill))
|
||||
{
|
||||
if (weaponSwitch)
|
||||
{
|
||||
// TODO : chat message to warn players that their weapon switch also caused an unwanted attack style change
|
||||
}
|
||||
// if (weaponSwitch)
|
||||
// {
|
||||
// // TODO : chat message to warn players that their weapon switch also caused an unwanted attack style change
|
||||
// }
|
||||
warnedSkillSelected = true;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user