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 bad logic with fallback announcer config option #103

Merged
merged 3 commits into from
Mar 30, 2024

Conversation

ipsvn
Copy link
Contributor

@ipsvn ipsvn commented Mar 30, 2024

This code here is responsible for showing bombsite announcements, and it checks if it is null in the case where it is not in the config file. However, as it is not nullable, it will not use the fallback announcer when not in the config. I have made it default to true, to combat this as people expect this to be enabled by default.

@ipsvn ipsvn changed the title fix bad logic with fallback config option fix bad logic with fallback announcer config option Mar 30, 2024
@B3none B3none merged commit 5a43804 into B3none:master Mar 30, 2024
2 checks 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