mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-04 17:49:36 +01:00
Unfixing my fix. Sorry for not properly checking that before I pulled
it.
This commit is contained in:
parent
d01bd487f7
commit
f89f215813
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user