Merge pull request #195 from fletchto99/master

Static player profile
This commit is contained in:
Grant
2012-03-31 09:51:46 -07:00

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);
}