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

Remove unused setting #1144

Merged
merged 2 commits into from
Jan 25, 2025

Conversation

olim88
Copy link
Contributor

@olim88 olim88 commented Jan 22, 2025

This setting is not used any more. So just confusing being in the config

@LifeIsAParadox LifeIsAParadox added the reviews needed This PR needs reviews label Jan 22, 2025
@@ -61,7 +61,5 @@ public class ChatConfig {
public static class ChatRuleConfig {
@SerialEntry
public int announcementLength = 60;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just deprecate the config options to prevent future conflicts.

Suggested change
public int announcementLength = 60;
public int announcementLength = 60;
@Deprecated
@SerialEntry
public int announcementScale = 3;

@LifeIsAParadox LifeIsAParadox added changes requested This PR need changes and removed reviews needed This PR needs reviews labels Jan 22, 2025
@LifeIsAParadox LifeIsAParadox added reviews needed This PR needs reviews and removed changes requested This PR need changes labels Jan 23, 2025
@LifeIsAParadox LifeIsAParadox added merge me please Pull requests that are ready to merge and removed reviews needed This PR needs reviews labels Jan 23, 2025
@kevinthegreat1 kevinthegreat1 added bug Something isn't working merge me please Pull requests that are ready to merge and removed merge me please Pull requests that are ready to merge labels Jan 23, 2025
@kevinthegreat1 kevinthegreat1 merged commit e7a2f2f into SkyblockerMod:master Jan 25, 2025
1 check passed
@LifeIsAParadox LifeIsAParadox removed the merge me please Pull requests that are ready to merge label Jan 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants