parent
50e5acdf52
commit
6ac4af4974
@ -61,7 +61,8 @@ public class GetUserStatusCommand implements JsonRpcLocalCommand {
|
||||
final var writer = (PlainTextWriter) outputWriter;
|
||||
|
||||
for (var entry : registered.entrySet()) {
|
||||
writer.println("{}: {}", entry.getKey(), entry.getValue());
|
||||
final var uuid = entry.getValue().second();
|
||||
writer.println("{}: {}", entry.getKey(), uuid != null);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user