Reload Launchers - Improve External Launcher Reload (#7605)

Launchers reloaded by an external player will be instantly loaded since
the external player already has to go through a loading bar.
This commit is contained in:
TWC-Rik 2020-03-15 21:41:55 +01:00 committed by GitHub
parent 3286913df3
commit be3d69ff25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,4 +27,4 @@ if (currentWeapon _target != _weapon) exitWith {};
if (currentMagazine _target != "") exitWith {};
// command is wip, reload time for launchers is not intended.
_target addWeaponItem [_weapon, _magazine];
_target addWeaponItem [_weapon, _magazine, true];