mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 16:49:58 +01:00
Merge pull request #443 from Glitchfinder/master
Merge conflicts are fun.
This commit is contained in:
commit
95ed33b2ce
@ -18,7 +18,6 @@ public class AcrobaticsManager {
|
|||||||
this.player = player;
|
this.player = player;
|
||||||
this.profile = Users.getProfile(player);
|
this.profile = Users.getProfile(player);
|
||||||
this.skillLevel = profile.getSkillLevel(SkillType.ACROBATICS);
|
this.skillLevel = profile.getSkillLevel(SkillType.ACROBATICS);
|
||||||
this.permissionInstance = Permissions.getInstance();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user