[11.7k Lines] Testing
This commit is contained in:
parent
c10b295171
commit
84301825e6
@ -39,6 +39,7 @@ public class HubScoreboard extends WritableScoreboard {
|
||||
|
||||
@Override
|
||||
public void writeLines() {
|
||||
// Test
|
||||
Optional<Account> optionalAccount = AccountManager.fromCache(player.getUniqueId());
|
||||
if (!optionalAccount.isPresent()) {
|
||||
writeBlank();
|
||||
|
Reference in New Issue
Block a user