mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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:
parent
3286913df3
commit
be3d69ff25
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user