diff --git a/README.md b/README.md index 312aacb..1e5f027 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,12 @@ You can find the ModDB release post [here](https://www.moddb.com/mods/bot-warfar | bots_play_aim | If the bots can aim. | 1 | ## Changelog +- v2.3.0 (not released yet) + - Fixed bots aiming in ac130/chopper being broken at times + - Bots properly use pred missiles + - Smoothed bot aim at range + - Fixed bots_manage_fill_spec players being counted with bots_manage_fill_mode 1 (bot only) + - v2.2.0 - Bots can now melee lunge - Fixed some chat related script runtime errors diff --git a/maps/mp/bots/_bot.gsc b/maps/mp/bots/_bot.gsc index 5c9c7c0..13d90de 100644 --- a/maps/mp/bots/_bot.gsc +++ b/maps/mp/bots/_bot.gsc @@ -15,7 +15,7 @@ */ init() { - level.bw_version = "2.2.0"; + level.bw_version = "2.3.0"; if ( getdvar( "bots_main" ) == "" ) {