feat: allow bots to be added into the game even if no default spawn points (ref #511)
This commit is contained in:
parent
a2bb32f80b
commit
05e10bae6e
6 changed files with 36 additions and 4 deletions
|
|
@ -651,6 +651,7 @@ void BotConfig::loadCustomConfig () {
|
|||
|
||||
m_custom["C4ModelName"] = "c4.mdl";
|
||||
m_custom["AMXParachuteCvar"] = "sv_parachute";
|
||||
m_custom["CustomCSDMSpawnPoint"] = "view_spawn";
|
||||
|
||||
// custom initialization
|
||||
if (openConfig ("custom", "Custom config file not found. Loading defaults.", &file)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue