Fixed rearm unholster macro

This commit is contained in:
Githawk 2016-02-02 16:04:50 +01:00
parent 475351fcfa
commit 979ceb7ad7

View File

@ -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];