Removed unneeded method.

This commit is contained in:
Tastybento 2018-02-06 21:59:15 -08:00
parent eefcd48c7c
commit ad50b04177

View File

@ -594,11 +594,4 @@ public class PlayersManager{
}
}
public boolean isKnown(String string) {
UUID uuid = this.getUUID(string);
if (uuid == null) return false;
return false;
}
}