[11.7k Lines] Testingd
This commit is contained in:
parent
84301825e6
commit
2a4a04a50b
@ -39,7 +39,6 @@ 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