mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-04-22 05:55:42 +00:00
fix
This commit is contained in:
parent
a569ec0ccc
commit
929d19f3e6
@ -1953,11 +1953,12 @@ botFire( curweap )
|
||||
{
|
||||
self thread pressFire();
|
||||
|
||||
if ( self.bot.is_cur_akimbo ) self thread pressADS();
|
||||
|
||||
if ( self.bot.is_cur_akimbo )
|
||||
{
|
||||
return;
|
||||
self thread pressADS();
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
if ( self.bot.semi_time )
|
||||
@ -1967,11 +1968,12 @@ botFire( curweap )
|
||||
|
||||
self thread pressFire();
|
||||
|
||||
if ( self.bot.is_cur_akimbo ) self thread pressADS();
|
||||
|
||||
if ( self.bot.is_cur_akimbo )
|
||||
{
|
||||
self thread doSemiTime();
|
||||
self thread pressADS();
|
||||
}
|
||||
|
||||
self thread doSemiTime();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user