attackstyles: comment out empty if statement

This commit is contained in:
sdburns1998
2019-07-07 02:07:11 +02:00
parent d2d8992d82
commit 8f070f4da7

View File

@@ -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;
}