mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-17 14:58:21 +00:00
Add standalone web api server, cli handler, authorization, commands
This commit is contained in:
@@ -332,3 +332,11 @@ void ServerManager::DestroyServerByName(
|
||||
++iter;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @return
|
||||
*/
|
||||
const std::list<std::unique_ptr<WorldServer>> &ServerManager::getWorldServers() const
|
||||
{
|
||||
return world_servers;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user