auto restart system
parent
c26ea7aa24
commit
f63d64b6e0
|
@ -51,7 +51,7 @@ public class CodeCommand extends Command {
|
|||
assert serviceInfoSnapshot != null;
|
||||
serviceInfoSnapshot.getProperty(BridgeServiceProperty.PLAYERS).ifPresent(players -> {
|
||||
for (ServicePlayer player : players) {
|
||||
System.out.println("player " + player);
|
||||
System.out.println("player " + player.getName());
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue