Browse Source

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

GJ 13 years ago
parent
commit
f89f215813
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/gmail/nossr50/mcMMO.java

+ 1 - 1
src/main/java/com/gmail/nossr50/mcMMO.java

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