mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fixed misspell
'_targe' is suppose to be '_target'
This commit is contained in:
parent
a4781a20d3
commit
d410fe42d9
@ -150,7 +150,7 @@ class CfgVehicles {
|
|||||||
};
|
};
|
||||||
class ACE_Unload {
|
class ACE_Unload {
|
||||||
displayName = CSTRING(ExtractFromVehicle);
|
displayName = CSTRING(ExtractFromVehicle);
|
||||||
condition = QUOTE(isNull objectParent _targe && [ARR_2(_player,_target)] call DFUNC(canInteractWithCivilian));
|
condition = QUOTE(isNull objectParent _target && [ARR_2(_player,_target)] call DFUNC(canInteractWithCivilian));
|
||||||
statement = QUOTE([_target] call EFUNC(common,unloadPerson));
|
statement = QUOTE([_target] call EFUNC(common,unloadPerson));
|
||||||
showDisabled = 0;
|
showDisabled = 0;
|
||||||
priority = 2.6;
|
priority = 2.6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user