Added bypass nodes for offline inspecting & long-distance inspecting.

Also fixed some JavaDoc typos.
This commit is contained in:
GJ
2012-04-25 22:07:01 -04:00
parent de510129bc
commit a4ff2c7701
6 changed files with 29 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ public class mcMMO extends JavaPlugin {
* </br>
* This function is designed for API usage.
*
* @param player Name of player whose profile to get
* @param playerName Name of player whose profile to get
* @return the PlayerProfile object
*/
public PlayerProfile getPlayerProfileByName(String playerName) {