Skip to content

Commit

Permalink
Update fnc_retrieveIV.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
Cplhardcore committed Sep 10, 2024
1 parent c4fca7d commit 7a01006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/pharma/functions/fnc_retrieveIV.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if(GVAR(IVreuse)) then {
case "2": {_patient addItem "kat_IV_16"};
case "3": {_patient addItem "kat_IV_14"};
case "4": {_patient addItem "kat_IV_20"};
default: {}

Check failure on line 33 in addons/pharma/functions/fnc_retrieveIV.sqf

View workflow job for this annotation

GitHub Actions / build

unparseable syntax

unparseable syntax
};
};

Expand Down

0 comments on commit 7a01006

Please sign in to comment.