This commit is contained in:
ineed bots 2024-04-30 13:11:41 -06:00
parent 24c1908c85
commit dc03e0fbb3
2 changed files with 5 additions and 1 deletions

View File

@ -120,6 +120,10 @@ You can easily setup a local LAN dedicated server for you to join and play on. H
## Changelog ## Changelog
- v2.3.0 (not released yet)
- Smoothed bot aim at range
- Fixed bots_manage_fill_spec players being counted with bots_manage_fill_mode 1 (bot only)
- v2.2.0 - v2.2.0
- Fixed some chat related script runtime errors - Fixed some chat related script runtime errors
- Waypoints only load from csv now - Waypoints only load from csv now

View File

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