feat: allow bots to be added into the game even if no default spawn points (ref #511)

This commit is contained in:
jeefo 2024-01-21 00:59:15 +03:00
commit 05e10bae6e
No known key found for this signature in database
GPG key ID: 927BCA0779BEA8ED
6 changed files with 36 additions and 4 deletions

View file

@ -220,6 +220,9 @@ public:
// search entities in sphere
void searchEntities (const Vector &position, float radius, EntitySearch functor);
// check if map has entity
bool hasEntityInGame (StringRef classname);
// print the version to server console on startup
void printBotVersion ();