mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 03:04:44 +02:00
Removed PVP requirement on Stab, added info about Stab to /swords
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user