mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-23 05:36:46 +01:00
commit
3be31dbf90
@ -163,7 +163,7 @@ public class mcMMO extends JavaPlugin {
|
|||||||
* @param player Player whose profile to get
|
* @param player Player whose profile to get
|
||||||
* @return the PlayerProfile object
|
* @return the PlayerProfile object
|
||||||
*/
|
*/
|
||||||
public PlayerProfile getPlayerProfile(Player player) {
|
public static PlayerProfile getPlayerProfile(Player player) {
|
||||||
return Users.getProfile(player);
|
return Users.getProfile(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user