Add standalone web api server, cli handler, authorization, commands

This commit is contained in:
Akkadius
2019-07-07 03:13:04 -05:00
parent 7d71163fa0
commit 78d8b909be
18 changed files with 3749 additions and 18 deletions
+8
View File
@@ -332,3 +332,11 @@ void ServerManager::DestroyServerByName(
++iter;
}
}
/**
* @return
*/
const std::list<std::unique_ptr<WorldServer>> &ServerManager::getWorldServers() const
{
return world_servers;
}