Removed PVP requirement on Stab, added info about Stab to /swords

This commit is contained in:
nossr50
2019-03-27 12:33:04 -07:00
parent e0341f7ae7
commit c4a383c4fb
5 changed files with 13 additions and 9 deletions

View File

@ -84,11 +84,8 @@ public class SwordsManager extends SkillManager {
}
}
public double stabCheck(LivingEntity target)
public double getStabDamage()
{
if(!(target instanceof Player))
return 0;
int rank = RankUtils.getRank(getPlayer(), SubSkillType.SWORDS_STAB);
if(rank > 0)