Skip to content

Commit

Permalink
Update fnc_basicDiagnosticLocal.sqf
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinskihenry authored Jan 14, 2025
1 parent 87ae75e commit 2e369ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/vitals/functions/fnc_basicDiagnosticLocal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

params ["_medic", "_patient"];

private _bloodPressure = GET_BLOOD_PRESSURE(_patient)
private _bloodPressure = GET_BLOOD_PRESSURE(_patient);
private _hr = GET_HEART_RATE(_patient);
private _rr = GET_BREATHING_RATE(_patient)

Expand Down

0 comments on commit 2e369ab

Please sign in to comment.