mirror of
https://github.com/ineedbots/iw5_bot_warfare.git
synced 2025-04-26 07:34:50 +00:00
fix
This commit is contained in:
parent
e4024072a8
commit
dd1a8218c6
@ -2530,7 +2530,7 @@ botGiveLoadout( team, class, allowCopycat, setPrimarySpawnWeapon ) // setPrimary
|
|||||||
|
|
||||||
if ( !allowOp )
|
if ( !allowOp )
|
||||||
{
|
{
|
||||||
loadoutDeathstreak = "specialty_none";
|
loadoutDeathstreak = "specialty_null";
|
||||||
|
|
||||||
if ( loadoutSecondary == "iw5_smaw" )
|
if ( loadoutSecondary == "iw5_smaw" )
|
||||||
loadoutSecondary = "iw5_usp";
|
loadoutSecondary = "iw5_usp";
|
||||||
@ -2539,10 +2539,10 @@ botGiveLoadout( team, class, allowCopycat, setPrimarySpawnWeapon ) // setPrimary
|
|||||||
loadoutPrimaryAttachment = "none";
|
loadoutPrimaryAttachment = "none";
|
||||||
|
|
||||||
if ( loadoutPerk2 == "specialty_coldblooded" )
|
if ( loadoutPerk2 == "specialty_coldblooded" )
|
||||||
loadoutPerk2 = "specialty_none";
|
loadoutPerk2 = "specialty_null";
|
||||||
|
|
||||||
if ( loadoutPerk1 == "specialty_blindeye" )
|
if ( loadoutPerk1 == "specialty_blindeye" )
|
||||||
loadoutPerk1 = "specialty_none";
|
loadoutPerk1 = "specialty_null";
|
||||||
|
|
||||||
if ( loadoutStreakType == "streaktype_support" )
|
if ( loadoutStreakType == "streaktype_support" )
|
||||||
loadoutStreakType = "streaktype_assault";
|
loadoutStreakType = "streaktype_assault";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user