We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c647cf9 commit 47f1a61Copy full SHA for 47f1a61
Source/Entities/AHuman.cpp
@@ -2243,7 +2243,7 @@ void AHuman::PreControllerUpdate() {
2243
} else if (heldDevice) {
2244
if (HeldDevice* bgDevice = GetEquippedBGItem(); bgDevice && !heldDevice->IsOneHanded()) {
2245
UnequipBGArm();
2246
- } else if (!bgDevice && (!heldDevice->IsReloading() || (heldDevice->IsReloading() && heldDevice->GetUseSupportOffsetWhileReloading())) && heldDevice->IsSupportable()) {
+ } else if (!bgDevice && (!heldDevice->IsReloading() || heldDevice->GetUseSupportOffsetWhileReloading()) && heldDevice->IsSupportable()) {
2247
m_pBGArm->SetHeldDeviceThisArmIsTryingToSupport(heldDevice);
2248
2249
if (!m_pBGArm->HasAnyHandTargets() && m_pBGArm->GetHandHasReachedCurrentTarget()) {
0 commit comments