Update src/main/java/com/gmail/nossr50/mcMMO.java

This commit is contained in:
Fletch to 99 2012-03-31 12:38:41 -03:00
parent dd6082c8a1
commit bb1bce879f

View File

@ -163,7 +163,7 @@ public class mcMMO extends JavaPlugin {
* @param player Player whose profile to get
* @return the PlayerProfile object
*/
public PlayerProfile getPlayerProfile(Player player) {
public static PlayerProfile getPlayerProfile(Player player) {
return Users.getProfile(player);
}