Explorar o código

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

Fletch to 99 %!s(int64=13) %!d(string=hai) anos
pai
achega
bb1bce879f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 PlayerProfile getPlayerProfile(Player player) {
+    public static PlayerProfile getPlayerProfile(Player player) {
         return Users.getProfile(player);
     }