mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 03:03:02 +01:00
Fix compiler errors
This commit is contained in:
@@ -510,8 +510,7 @@ public class mcMMO extends JavaPlugin {
|
||||
System.out.println("[mcMMO]" + " enabling Acrobatics Skills");
|
||||
|
||||
//TODO: Should do this differently
|
||||
if(mcMMO.getConfigManager().getConfigCoreSkills().isRollEnabled())
|
||||
{
|
||||
if (mcMMO.getConfigManager().getConfigCoreSkills().isRollEnabled()) {
|
||||
InteractionManager.registerSubSkill(new Roll());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user