mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-20 22:34:43 +02:00
Removed unneeded method
This commit is contained in:
@ -97,15 +97,6 @@ public class Users {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove a user from the DB by its profile.
|
||||
*
|
||||
* @param playerProfile the profile of the player to remove
|
||||
*/
|
||||
public static void removeUser(PlayerProfile playerProfile) {
|
||||
profiles.remove(playerProfile);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the profile of a player.
|
||||
*
|
||||
|
Reference in New Issue
Block a user