(16b390a10) Remove an empty line.

This commit is contained in:
Joonas Rikkonen
2019-04-15 13:41:55 +03:00
parent bf78825f6d
commit 3e0d4f5122
2 changed files with 19 additions and 1 deletions
@@ -598,7 +598,6 @@ namespace Barotrauma
var limbHealth = limbHealths.OrderByDescending(l => l.TotalDamage).FirstOrDefault();
selectedLimbIndex = limbHealths.IndexOf(limbHealth);
}
}
LimbHealth selectedLimb = selectedLimbIndex < 0 ? highlightedLimb : limbHealths[selectedLimbIndex];
if (selectedLimb != currentDisplayedLimb || forceAfflictionContainerUpdate)