X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_console.pas;h=64b08642029b320c93a0377ae8a56526b94eb821;hp=7ae8166192d7c16994c1855083076335fbf88d3a;hb=51998d817120cd3833df7bae3d355642fd4abde5;hpb=06ce403977f0da3911c62eed46414ad03afa9111 diff --git a/src/game/g_console.pas b/src/game/g_console.pas index 7ae8166..64b0864 100644 --- a/src/game/g_console.pas +++ b/src/game/g_console.pas @@ -1084,6 +1084,7 @@ begin AddCommand('g_throw_flag', GameCVars); AddCommand('g_bot_vsmonsters', GameCVars); AddCommand('g_bot_vsplayers', GameCVars); + AddCommand('g_max_bots', GameCVars); // intentionally not whitelisted AddCommand('g_scorelimit', GameCVars); AddCommand('g_timelimit', GameCVars); AddCommand('g_maxlives', GameCVars);