Skip to content

Commit 0e8c733

Browse files
author
ineed bots
committed
its time
1 parent 04f5bc7 commit 0e8c733

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

maps/mp/bots/_bot.gsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
init()
1717
{
18-
level.bw_version = "2.1.0";
18+
level.bw_version = "2.2.0";
1919

2020
if ( getdvar( "bots_main" ) == "" )
2121
{

scripts/mp/bots_adapter_piw5.gsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ do_botmovement( forward, right )
4949

5050
do_botmeleeparams( entNum, dist )
5151
{
52-
// self botmeleeparams( entNum, dist );
52+
self botmeleeparams( entNum, dist );
5353
}

0 commit comments

Comments
 (0)