[11.7k Lines] Testingd

This commit is contained in:
Rainnny7 2021-02-19 15:27:05 -05:00
parent 84301825e6
commit 2a4a04a50b

@ -39,7 +39,6 @@ public class HubScoreboard extends WritableScoreboard {
@Override @Override
public void writeLines() { public void writeLines() {
// Test
Optional<Account> optionalAccount = AccountManager.fromCache(player.getUniqueId()); Optional<Account> optionalAccount = AccountManager.fromCache(player.getUniqueId());
if (!optionalAccount.isPresent()) { if (!optionalAccount.isPresent()) {
writeBlank(); writeBlank();