fixed incorrect macro

This commit is contained in:
Glowbal 2015-03-21 20:08:52 +01:00
parent 7d6afdf1a9
commit 89daf840f6

View File

@ -33,5 +33,5 @@ if (!local _unit) then {
if (!_exists) then {
_openWounds pushback _injury;
};
_unit setvariable [GVAR(openWounds), _openWounds];
_unit setvariable [QGVAR(openWounds), _openWounds];
};