A few typos in javdocs

This commit is contained in:
nossr50
2019-06-15 21:22:21 -07:00
parent 8f55a6277a
commit c3f38cdabd
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ public class RandomChanceUtil
* @param skillActivationType this value represents what kind of activation procedures this sub-skill uses
* @param subSkillType The identifier for this specific sub-skill
* @param player The owner of this sub-skill
* @return returns true if all conditions are met and they event is not cancelled
* @return returns true if all conditions are met and the event is not cancelled
*/
public static boolean isActivationSuccessful(SkillActivationType skillActivationType, SubSkillType subSkillType, Player player)
{