Config files will update automatically again

This commit is contained in:
nossr50
2023-04-11 15:39:01 -07:00
parent 921a0228db
commit 0ab93586fd
45 changed files with 154 additions and 196 deletions

View File

@@ -104,7 +104,7 @@ public class RankUtils {
}
/**
* Returns whether or not the player has unlocked the first rank in target subskill
* Returns whether the player has unlocked the first rank in target subskill
* @param player the player
* @param subSkillType the target subskill
* @return true if the player has at least one rank in the skill
@@ -118,7 +118,7 @@ public class RankUtils {
}
/**
* Returns whether or not the player has unlocked the first rank in target subskill
* Returns whether the player has unlocked the first rank in target subskill
* @param player the player
* @param abstractSubSkill the target subskill
* @return true if the player has at least one rank in the skill
@@ -132,7 +132,7 @@ public class RankUtils {
}
/**
* Returns whether or not the player has reached the specified rank in target subskill
* Returns whether the player has reached the specified rank in target subskill
* @param rank the target rank
* @param player the player
* @param subSkillType the target subskill
@@ -144,7 +144,7 @@ public class RankUtils {
}
/**
* Returns whether or not the player has reached the specified rank in target subskill
* Returns whether the player has reached the specified rank in target subskill
* @param rank the target rank
* @param player the player
* @param abstractSubSkill the target subskill