mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-20 23:21:33 +01:00
Adds to JavaDoc
This commit is contained in:
parent
cd7b02fdf2
commit
d65e0d4665
@ -433,7 +433,7 @@ public class PlayersManager {
|
||||
/**
|
||||
* Tries to get the user from his name
|
||||
* @param name - name
|
||||
* @return user - user
|
||||
* @return user - user or null if unknown
|
||||
*/
|
||||
public User getUser(String name) {
|
||||
return getUser(getUUID(name));
|
||||
|
Loading…
Reference in New Issue
Block a user