Fix /ta checkperm having incorrect tab completions #5830
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description:
This PR fixes a small issue with the
/ta checkperm
command having the tab completion of/ta database
. I tested it for functionality and it works fine, but I am unsure as to how efficient it is (Especially on servers with lots of permissions. I have 16 plugins on my test server and did not notice any lag). I am also still very new to Git/PRs so if I messed anything up let me know.New Nodes/Commands/ConfigOptions:
N/A
Relevant Towny Issue ticket:
N/A
By making this pull request, I represent that I have the right to waive copyright and related rights to my contribution, and agree that all copyright and related rights in my contributions are waived, and I acknowledge that the TownyAdvanced organization has the copyright to use and modify my contribution under the Towny License for perpetuity.
Old behavior
![image](https://user-images.githubusercontent.com/71913030/160256535-abe2416e-6038-41f5-9f92-0617255f0ca6.png)
New behavior
![image](https://user-images.githubusercontent.com/71913030/160256429-ab2d76c4-1f86-4bd5-aaaa-18e1d6926d59.png)
![image](https://user-images.githubusercontent.com/71913030/160256382-34bd5d2a-0dac-4236-898e-c1f3300b9a1d.png)
![image](https://user-images.githubusercontent.com/71913030/160256396-573ddc29-4826-4468-9775-c8edb2cee61e.png)