We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens on both the public branch and the beta branch. I did some quick RE and figured out the cause.
From CGlock::Reload:
CGlock::Reload
if (m_iClip == 0) iResult = DefaultReload( 17, GLOCK_RELOAD, 1.5 ); else iResult = DefaultReload( 18, GLOCK_RELOAD_NOT_EMPTY, 1.5 );
Changing 18 to 17 should fix this issue.
The text was updated successfully, but these errors were encountered:
Isn't this on original HL too?
Sorry, something went wrong.
Duplicate of #1076
Fixed, will be included in next beta update.
Fixed in beta 'Exe build: 11:12:36 May 21 2019 (8244)',
Confirmed fixed.
mikela-valve
No branches or pull requests
This happens on both the public branch and the beta branch. I did some quick RE and figured out the cause.
From
CGlock::Reload
:Changing 18 to 17 should fix this issue.
The text was updated successfully, but these errors were encountered: