mirror of
https://github.com/JezuzLizard/Recompilable-gscs-for-BO2-zombies-and-multiplayer.git
synced 2025-06-27 19:17:52 -05:00
minor bot script related fixes
I also included a plutonium specific fix for the bot difficulty to work.
This commit is contained in:
@ -1017,7 +1017,7 @@ bot_weapon_ammo_frac() //checked matches cerberus output
|
||||
|
||||
bot_select_weapon() //checked partially changed to match cerberus output did not change while loop to foreach see github for more info
|
||||
{
|
||||
if ( !self isthrowinggrenade() || self isswitchingweapons() && self isreloading() )
|
||||
if ( !self isthrowinggrenade() || self isswitchingweapons() || self isreloading() )
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user