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

Fix downloads when reloading file extension #3234

Merged
merged 2 commits into from
Jan 6, 2025

Conversation

Denneisk
Copy link
Member

Downloads would break when reloading the file extension because it depended on a timer that never gets removed.

@thegrb93
Copy link
Contributor

thegrb93 commented Dec 30, 2024

Doesn't the timer.create do the same thing as the timer.adjust here?

@Denneisk
Copy link
Member Author

Yeah but I thought it might be marginally faster to use timer.Adjust.

@thegrb93
Copy link
Contributor

Not when an additional timer.Exists call is needed

@thegrb93 thegrb93 merged commit 16d6d43 into wiremod:master Jan 6, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants