This commit is contained in:
ineed bots 2024-01-30 13:31:19 -06:00
parent 04f5bc79ed
commit 0e8c73357e
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
*/ */
init() init()
{ {
level.bw_version = "2.1.0"; level.bw_version = "2.2.0";
if ( getdvar( "bots_main" ) == "" ) if ( getdvar( "bots_main" ) == "" )
{ {

View File

@ -49,5 +49,5 @@ do_botmovement( forward, right )
do_botmeleeparams( entNum, dist ) do_botmeleeparams( entNum, dist )
{ {
// self botmeleeparams( entNum, dist ); self botmeleeparams( entNum, dist );
} }