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

I added option to disable command suggestions in chat :,) #1347

Closed
wants to merge 8 commits into from
Closed

I added option to disable command suggestions in chat :,) #1347

wants to merge 8 commits into from

Conversation

SolsticeSpectrum
Copy link

No description provided.

@@ -113,6 +113,13 @@
.build()
);

private final Setting<Boolean> onRenderSuggestion = sgOverlay.add(new BoolSetting.Builder()
Copy link
Collaborator

Choose a reason for hiding this comment

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

onRenderSuggestion makes no sense for a name.
noCommandSuggestions would be better.

Copy link
Author

Choose a reason for hiding this comment

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

Okay now it should be done

@@ -336,6 +343,10 @@ public boolean noEatParticles() {
return isActive() && noEatParticles.get();
}

public boolean onRenderSuggestion() {
Copy link
Collaborator

Choose a reason for hiding this comment

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

noCommandSuggestions

sbxte added a commit to AntiCope/meteor-rejects that referenced this pull request Aug 7, 2021
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.

None yet

3 participants