Static Abuse Removal - Command package done for now

This commit is contained in:
nossr50
2019-07-02 19:27:51 -07:00
parent a9207b6f38
commit 67afdd7efb
9 changed files with 21 additions and 20 deletions

View File

@@ -40,7 +40,7 @@ public abstract class SkillCommand implements TabExecutor {
this.pluginRef = pluginRef;
this.skill = skill;
skillName = skill.getName();
skillGuideCommand = new SkillGuideCommand(skill);
skillGuideCommand = new SkillGuideCommand(skill, pluginRef);
}
public static String[] addItemToFirstPositionOfArray(String itemToAdd, String... existingArray) {