mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Tweak the way SkillCommands are constructed.
This commit is contained in:
@ -13,8 +13,8 @@ public class AcrobaticsCommand extends SkillCommand {
|
||||
private boolean canRoll;
|
||||
private boolean canGracefulRoll;
|
||||
|
||||
public AcrobaticsCommand(SkillType skill) {
|
||||
super(skill);
|
||||
public AcrobaticsCommand() {
|
||||
super(SkillType.ACROBATICS);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user