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 (warnedSkills.contains(skill))
|
||||||
{
|
{
|
||||||
if (weaponSwitch)
|
// if (weaponSwitch)
|
||||||
{
|
// {
|
||||||
// TODO : chat message to warn players that their weapon switch also caused an unwanted attack style change
|
// // TODO : chat message to warn players that their weapon switch also caused an unwanted attack style change
|
||||||
}
|
// }
|
||||||
warnedSkillSelected = true;
|
warnedSkillSelected = true;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user