This commit is contained in:
ineed bots 2024-01-30 13:32:00 -06:00
parent 4748f0e8ce
commit 6a49312538
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -43,7 +43,7 @@ do_botmovement( left, forward )
do_botmeleeparams( yaw, dist )
{
// self botmeleeparams( yaw, dist );
self botmeleeparams( yaw, dist );
}
do_isbot()