[11.7k Lines] Testing
This commit is contained in:
parent
c10b295171
commit
84301825e6
@ -39,6 +39,7 @@ 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.isPresent()) {
|
||||||
writeBlank();
|
writeBlank();
|
||||||
|
Reference in New Issue
Block a user