Refactor now mostly working

This commit is contained in:
Your Name
2025-04-23 22:43:16 +12:00
parent dbbb0af459
commit 94f2236a7c
5 changed files with 34 additions and 6 deletions

View File

@ -70,6 +70,7 @@ void list_servers() {
else
serviceticks += ":cross: ";
}
else std::cout<<"Error: Failed to initialise service runner for server: ["<<server.name<<"] and service: ["<<service.service_name<<"]"<<std::endl;
std::vector<int> ports = ss.get_ports();
ports_used.insert(ports_used.end(), ports.begin(), ports.end());
}