Testing
This commit is contained in:
parent
84301825e6
commit
363fd897df
@ -39,9 +39,8 @@ 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.isEmpty()) {
|
||||||
writeBlank();
|
writeBlank();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user