mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixed treatment didnt work inside vehicles
This commit is contained in:
parent
77d39877d2
commit
551c36d690
@ -164,7 +164,8 @@ _treatmentTime = getNumber (_config >> "treatmentTime");
|
|||||||
DFUNC(treatment_success),
|
DFUNC(treatment_success),
|
||||||
DFUNC(treatment_failure),
|
DFUNC(treatment_failure),
|
||||||
getText (_config >> "displayNameProgress"),
|
getText (_config >> "displayNameProgress"),
|
||||||
_callbackProgress
|
_callbackProgress,
|
||||||
|
["isnotinside"]
|
||||||
] call EFUNC(common,progressBar);
|
] call EFUNC(common,progressBar);
|
||||||
|
|
||||||
// Display Icon
|
// Display Icon
|
||||||
|
Loading…
Reference in New Issue
Block a user