Testing
This commit is contained in:
parent
84301825e6
commit
363fd897df
@ -39,9 +39,8 @@ public class HubScoreboard extends WritableScoreboard {
|
||||
|
||||
@Override
|
||||
public void writeLines() {
|
||||
// Test
|
||||
Optional<Account> optionalAccount = AccountManager.fromCache(player.getUniqueId());
|
||||
if (!optionalAccount.isPresent()) {
|
||||
if (optionalAccount.isEmpty()) {
|
||||
writeBlank();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user