mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-12-29 12:37:37 +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