mirror of
https://github.com/ineedbots/iw3_bot_warfare.git
synced 2025-04-23 02:35:43 +00:00
update
This commit is contained in:
parent
24c1908c85
commit
dc03e0fbb3
@ -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
|
||||||
|
@ -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" ) == "" )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user