This commit is contained in:
@ -59,7 +59,7 @@ bool autocomplete(const std::vector<std::string> &args)
|
||||
{
|
||||
auto servers = dropshell::get_configured_servers();
|
||||
for (const auto& server : servers)
|
||||
std::cout << server.name << std::endl;
|
||||
std::cout << server.get_server_name() << std::endl;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user