1
0
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:
Githawk 2016-02-02 16:04:50 +01:00
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];