Rocket Launcher should lose lock-on after firing.

This commit is contained in:
Marisa the Magician 2018-05-30 22:55:04 +02:00
commit c786a82d82

View file

@ -350,6 +350,9 @@ Class UTRocketLauncher : UTWeapon
s += step;
}
}
// lose lock-on
invoker.LockedTarget = null;
invoker.LockedOn = false;
}
// lock-on check