Fix incorrect macro syntax

Syntax caused pboProject to choke
This commit is contained in:
Glowbal 2016-06-27 19:30:39 +02:00
parent a9f3c2f784
commit 419b525458

View File

@ -37,4 +37,4 @@
if (!isNil "_weaponSelect") then { \
_unit selectWeapon _weaponSelect; \
_unit setVariable [QGVAR(selectedWeaponOnRearm), nil]; \
}; \
};