mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-28 03:57:39 +01:00
Removed unneeded method.
This commit is contained in:
parent
eefcd48c7c
commit
ad50b04177
@ -594,11 +594,4 @@ public class PlayersManager{
|
||||
}
|
||||
}
|
||||
|
||||
public boolean isKnown(String string) {
|
||||
UUID uuid = this.getUUID(string);
|
||||
if (uuid == null) return false;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user