1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-24 14:10:30 -05:00

Staffs upgraded: disable melee weapon switch

This commit is contained in:
Jbleezy
2023-04-04 20:05:44 -07:00
parent a5990a5c23
commit c101782af1

View File

@ -2148,6 +2148,12 @@ melee_weapon_switch_watcher()
while(1)
{
if (is_true(self.use_staff_melee))
{
wait 0.05;
continue;
}
vars["melee_wep"] = self get_player_melee_weapon();
vars["curr_wep"] = self getCurrentWeapon();