Fix IVs not showing in patient display (#5230)

Fix #5192 for 3.10
This commit is contained in:
PabstMirror 2017-06-01 10:28:47 -05:00 committed by GitHub
parent fea2326488
commit 7bccf2f6be

View File

@ -68,7 +68,7 @@ if (_show) then {
};
private _totalIvVolume = 0;
private _bloodBags = _unit getVariable [QGVAR(ivBags), []];
private _bloodBags = _target getVariable [QGVAR(ivBags), []];
{
_x params ["_bagVolumeRemaining"];
_totalIvVolume = _totalIvVolume + _bagVolumeRemaining;