Unfixing my fix. Sorry for not properly checking that before I pulled

it.
This commit is contained in:
GJ 2012-03-31 15:39:09 -04:00
parent d01bd487f7
commit f89f215813

View File

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