Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit abd694a

Browse files
committed
(hopefully) fix auto-reloading for the time being
1 parent 3faa6bf commit abd694a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Entities/HDFirearm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ void HDFirearm::Activate() {
619619
if (!IsReloading()) {
620620
if (m_ActiveSound && !m_ActiveSound->IsBeingPlayed()) { m_ActiveSound->Play(this->m_Pos); }
621621
if (m_PreFireSound && !wasActivated && !m_PreFireSound->IsBeingPlayed()) { m_PreFireSound->Play(this->m_Pos); }
622-
if (IsEmpty()) { Deactivate(); }
622+
if (IsEmpty()) { Reload(); }
623623
}
624624
}
625625

0 commit comments

Comments
 (0)