Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7c9b72c23a
@ -40,7 +40,7 @@ public class HubScoreboard extends WritableScoreboard {
|
||||
@Override
|
||||
public void writeLines() {
|
||||
Optional<Account> optionalAccount = AccountManager.fromCache(player.getUniqueId());
|
||||
if (!optionalAccount.isPresent()) {
|
||||
if (optionalAccount.isEmpty()) {
|
||||
writeBlank();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user