Skip to content

Commit

Permalink
Fix medical menu breaking if ptx is visible
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueTheKing committed Oct 17, 2023
1 parent 49c0157 commit 099c907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/gui/functions/fnc_updateInjuryList.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ private _fnc_processWounds = {
[GET_STITCHED_WOUNDS(_target), "[S] %1", [0.7, 0.7, 0.7, 1]] call _fnc_processWounds;

if (_ptxEntry isNotEqualTo []) then {
_woundEntries pushBack _ptxEntry;
_woundEntries append _ptxEntry;
};

// Handle no wound entries
Expand Down

0 comments on commit 099c907

Please sign in to comment.