Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7c9b72c23a
@ -40,7 +40,7 @@ public class HubScoreboard extends WritableScoreboard {
|
|||||||
@Override
|
@Override
|
||||||
public void writeLines() {
|
public void writeLines() {
|
||||||
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