Match CPlayerState::GetIsFusionEnabled

Former-commit-id: fdd1a06d31
This commit is contained in:
Henrique Gemignani Passos Lima 2022-10-04 17:15:27 +03:00
parent 96c28d1391
commit 80ac406bc4
1 changed files with 1 additions and 1 deletions

View File

@ -406,7 +406,7 @@ CPlayerState::EPlayerSuit CPlayerState::GetCurrentSuit() {
return x20_currentSuit;
}
bool CPlayerState::GetIsFusionEnabled() const { return x0_26_fusion; }
bool CPlayerState::GetIsFusionEnabled() const { return x0_26_fusion || false; }
void CPlayerState::SetIsFusionEnabled(bool val) { x0_26_fusion = val; }