mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed incorrect macro
This commit is contained in:
parent
7d6afdf1a9
commit
89daf840f6
@ -33,5 +33,5 @@ if (!local _unit) then {
|
||||
if (!_exists) then {
|
||||
_openWounds pushback _injury;
|
||||
};
|
||||
_unit setvariable [GVAR(openWounds), _openWounds];
|
||||
_unit setvariable [QGVAR(openWounds), _openWounds];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user