Skip to content

Commit

Permalink
Overdose fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Oct 12, 2024
1 parent 2e22795 commit 40abd2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/medical_treatment/functions/fnc_Overdose.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ if (!isNil "_onOverDose" && {isText _onOverDose}) then {
_onOverDose = compile _onOverDose;
} else {
_onOverDose = missionNamespace getVariable _onOverDose;
};
};
[_target, _className] call _onOverDose;

0 comments on commit 40abd2a

Please sign in to comment.