Skip to content

Commit

Permalink
Fix last weapon reload
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Dec 17, 2016
1 parent cc2805f commit 89a2692
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CPlayerData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,6 @@ void CPlayerData::Process()
bool bIsNeedToReload = m_bHasReload
&& iClip > 1
&& m_wAmmo != 0
&& m_wAmmo != iClip
&& m_wAmmo % iClip == 0;

if (bIsNeedToReload) {
Expand Down

0 comments on commit 89a2692

Please sign in to comment.