Fix mistakes with prev commit

This commit is contained in:
Grinch_ 2021-12-06 23:22:50 +06:00
parent ee124bad95
commit e8374ceac7
2 changed files with 2 additions and 3 deletions

View File

@ -2,5 +2,5 @@
#define MENU_NAME "Cheat Menu"
#define MENU_VERSION_NUMBER "3.0"
#define MENU_VERSION MENU_VERSION_NUMBER"-beta"
#define BUILD_NUMBER "20210412"
#define BUILD_NUMBER "20211206"
#define MENU_TITLE MENU_NAME " v" MENU_VERSION

View File

@ -68,10 +68,9 @@ Weapon::Weapon()
}
#ifdef GTASA
if (m_bRapidFire && weaponType != WEAPON_FTHROWER && weaponType != WEAPON_MINIGUN)) // mingun doesn't work with rapidfire
if (m_bRapidFire && weaponType != WEAPON_FTHROWER && weaponType != WEAPON_MINIGUN) // mingun & flamethrower doesn't work with rapidfire
{
pWeaponInfo->m_nFlags.bContinuosFire = true;
}
if (m_bDualWeild && (weaponType == WEAPON_PISTOL || weaponType == WEAPON_MICRO_UZI || weaponType ==