Skip to content

Commit

Permalink
its time!
Browse files Browse the repository at this point in the history
  • Loading branch information
ineed bots committed Jan 30, 2024
1 parent 4bf18a2 commit 430fdfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maps/mp/bots/_bot.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/
init()
{
level.bw_version = "2.1.0";
level.bw_version = "2.2.0";

if ( getdvar( "bots_main" ) == "" )
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/mp/bots_adapter_pt4.gsc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ do_botmovement( forward, right )

do_botmeleeparams( yaw, dist )
{
// self botmeleeparams( yaw, dist );
self botmeleeparams( yaw, dist );
}

do_isbot()
Expand Down

0 comments on commit 430fdfb

Please sign in to comment.