Repair rewrite continues

This commit is contained in:
nossr50
2019-06-19 23:28:11 -07:00
parent 458e198fdb
commit b41a30fa26
25 changed files with 511 additions and 155 deletions

View File

@@ -629,7 +629,6 @@ public final class ExperienceAPI {
* @param skillType The skill to get the level for
* @return the level of a given skill
* @throws InvalidSkillException if the given skill is not valid
* @deprecated Use getLevel(Player player, PrimarySkillType skillType) instead
*/
@Deprecated
public static int getLevel(Player player, String skillType) {