Fix other minor suggestion bugs

This commit is contained in:
Kenzie Togami
2019-07-27 23:49:11 -07:00
parent 76b608f90b
commit 50cea37439
3 changed files with 5 additions and 3 deletions

View File

@ -103,7 +103,8 @@ public final class CommandWrapper {
// Ensure there is a space!
if (suggestion.getStart() == suggestion.getEnd()
&& suggestion.getEnd() == builder.getInput().length()
&& !builder.getInput().endsWith(" ")) {
&& !builder.getInput().endsWith(" ")
&& !builder.getInput().endsWith("\"")) {
suggestionText = " " + suggestionText;
}
result.add(new Suggestion(