mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Mule Kick: fix additional weapon indicator showing on maps that don't use Mule Kick
This commit is contained in:
@ -2632,6 +2632,8 @@ additionalprimaryweapon_indicator()
|
||||
{
|
||||
self endon("disconnect");
|
||||
|
||||
self setClientDvar("additionalPrimaryWeaponName", "");
|
||||
|
||||
if (!is_true(level.zombiemode_using_additionalprimaryweapon_perk))
|
||||
{
|
||||
return;
|
||||
@ -2639,7 +2641,6 @@ additionalprimaryweapon_indicator()
|
||||
|
||||
vars = [];
|
||||
vars["prev_weapon_name"] = "";
|
||||
self setClientDvar("additionalPrimaryWeaponName", "");
|
||||
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user