fix: add UUID to server process during find in Server.pm

main
Tsu-ba-me 1 year ago committed by digimer
parent db06747513
commit c46ff969f3
  1. 2
      Anvil/Tools/Server.pm

@ -540,7 +540,7 @@ sub find_processes
server_vnc => $vnc,
}});
$result->{uuids}{$uuid} = { name => $name };
$result->{uuids}{$uuid} = { name => $name, uuid => $uuid };
# Record name to UUID mapping
$result->{names}{$name} = $uuid;

Loading…
Cancel
Save