Skip to content
New issue

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

Clients not downloading files #222

Closed
sanny-io opened this issue Aug 16, 2015 · 1 comment
Closed

Clients not downloading files #222

sanny-io opened this issue Aug 16, 2015 · 1 comment
Labels

Comments

@sanny-io
Copy link
Member

@sanny-io sanny-io commented Aug 16, 2015

So for a while now, people have been posting about how client's have been seeing checkered materials and models as errors. The problem is because CAX sets sv_allowdownload to 0, and adds a hook to reset it every Think. This convar no longer needs to be set, as the exploits around it have been fixed.

hook.Remove("Think", "exploit.fix");
RunConsoleCommand("sv_allowdownload", "1");

That removes the now redundant fix, but CAX should no longer set that var. It isn't needed anymore.

@kurozael

@sanny-io sanny-io added the Priority label Aug 16, 2015
@zigbomb

This comment has been minimized.

Copy link
Contributor

@zigbomb zigbomb commented Sep 19, 2015

Nice.

@Skiastra Skiastra closed this Dec 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.