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: still show feedback if no regions affected by cmd #29

Open
wants to merge 1 commit into
base: 1.20.4
Choose a base branch
from

Conversation

Restioson
Copy link
Contributor

This just shows a little bit of feedback if no regions were matched, to improve QoL

}

return 2;
Copy link
Contributor

Choose a reason for hiding this comment

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

This isn't relevant to this pull request, but it's odd that this command has a result of 2.

@Restioson Restioson force-pushed the fix/show-feedback-when-none-changed branch from f1b358e to b567de1 Compare June 13, 2024 13:08
@Restioson Restioson requested review from haykam821 and Gegy June 13, 2024 13:17
@Restioson Restioson force-pushed the fix/show-feedback-when-none-changed branch from b567de1 to 44dfe7f Compare June 16, 2024 15:19
@@ -47,6 +47,7 @@
"text.nucleoid_creator_tools.map.open.map_already_exists": "Map with id '%s' already exists!",
"text.nucleoid_creator_tools.map.open.success": "Opened workspace '%s'! Use %s to join this map",
"text.nucleoid_creator_tools.map.origin.set": "Updated origin for workspace",
"text.nucleoid_creator_tools.map.region.none_affected": "No regions affected.",
Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: this key should be sorted after text.nucleoid_creator_tools.map.region.entity.remove.success.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Why particularly? That is for entity removal, and this is for any kind of region processing (e.g. remove, data get, merge, etc)

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.

3 participants