[11.7k Lines] Testing

This commit is contained in:
Rainnny7 2021-02-19 15:16:02 -05:00
parent c10b295171
commit 84301825e6

@ -39,6 +39,7 @@ 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();