Skip to content

Commit

Permalink
fix typo (#198)
Browse files Browse the repository at this point in the history
* fix typo

* Update McMMOPlayerExtension.java
  • Loading branch information
waterquarks authored and mcmonkey4eva committed Jun 8, 2018
1 parent 70e5ec2 commit 631f8e8
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -89,10 +89,10 @@ else if (attribute.startsWith("xp")) {
attribute = attribute.fulfill(1);

// <--[tag]
// @attribute <p@player.mcmmo.xp.to_next_level[<skill>]>
// @attribute <p@player.mcmmo.xp[<skill>].to_next_level>
// @returns Element(Integer)
// @description
// Returns the amount of experience a player has left to level up
// Returns the amount of experience a player needs to level up
// in a skill.
// @Plugin DepenizenBukkit, mcMMO
// -->
Expand Down

0 comments on commit 631f8e8

Please sign in to comment.