mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed rearm unholster macro
This commit is contained in:
parent
475351fcfa
commit
979ceb7ad7
@ -28,4 +28,4 @@
|
||||
#define REARM_UNHOLSTER_WEAPON \
|
||||
_weaponSelect = _unit getVariable QGVAR(selectedWeaponOnRearm); \
|
||||
_unit selectWeapon _weaponSelect; \
|
||||
_unit setVariable [QGVAR(selectedWeaponOnRefuel), nil];
|
||||
_unit setVariable [QGVAR(selectedWeaponOnRearm), nil];
|
||||
|
Loading…
Reference in New Issue
Block a user